Skip to content

Commit 36d6911

Browse files
Remove files from playground module
1 parent 4a0c776 commit 36d6911

74 files changed

Lines changed: 9 additions & 1987 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.lukaslechner.coroutineusecasesonandroid.playground.fundamentals
2+
3+
// IMPORTANT: The playground functions stopped working with Android Studio Otter,
4+
// that's why I moved them from the "app" gradle module into a standalone Kotlin library
5+
// gradle module called playground.
6+
7+
fun main() {
8+
9+
}

playground/src/main/java/com/lukaslechner/playground/cancellation/1_cancellation.kt

Lines changed: 0 additions & 25 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/cancellation/2_cooperative_cancellation.kt

Lines changed: 0 additions & 36 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/coroutinebuilders/1_launch.kt

Lines changed: 0 additions & 21 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/coroutinebuilders/2_async.kt

Lines changed: 0 additions & 34 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/exceptionhandling/1_try_catch.kt

Lines changed: 0 additions & 23 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/exceptionhandling/2_coroutine_exception_handler.kt

Lines changed: 0 additions & 23 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/exceptionhandling/3_try_catch_vs_exception_handler.kt

Lines changed: 0 additions & 28 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/exceptionhandling/4_launch_and_async.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

playground/src/main/java/com/lukaslechner/playground/exceptionhandling/5_exception_handling_specifics_coroutineScope.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)