There was an error while loading. Please reload this page.
1 parent c450d9c commit 929f760Copy full SHA for 929f760
1 file changed
lib/build.gradle.kts
@@ -27,9 +27,6 @@ dependencies {
27
// Use the Kotlin JDK 8 standard library.
28
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
29
30
- // Use Kotlin coroutines
31
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
32
-
33
// Use the Kotlin test library.
34
testImplementation("org.jetbrains.kotlin:kotlin-test")
35
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
0 commit comments