Skip to content

Commit ed28d28

Browse files
committed
add explicit reference in commonMain to coroutine library
1 parent 259846e commit ed28d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ kotlin {
173173
implementation("com.soywiz.korlibs.krypto:krypto:$korlibsVersion")
174174
implementation("com.soywiz.korlibs.korim:korim:$korlibsVersion")
175175
implementation("org.jetbrains.kotlinx:kotlinx-datetime:$kotlinxDatetimeVersion")
176+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")
176177
}
177178
}
178179

0 commit comments

Comments
 (0)