Skip to content

Commit 929f760

Browse files
committed
Remove library kotlin coroutines
1 parent c450d9c commit 929f760

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ dependencies {
2727
// Use the Kotlin JDK 8 standard library.
2828
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2929

30-
// Use Kotlin coroutines
31-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
32-
3330
// Use the Kotlin test library.
3431
testImplementation("org.jetbrains.kotlin:kotlin-test")
3532
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")

0 commit comments

Comments
 (0)