We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ff74e commit 1542c79Copy full SHA for 1542c79
kronos/build.gradle.kts
@@ -53,6 +53,11 @@ kotlin {
53
implementation(libs.androidx.test)
54
}
55
56
+ val wasmJsMain by getting {
57
+ dependencies {
58
+ implementation(libs.kotlinx.coroutines.core)
59
+ }
60
61
val iosX64Main by getting
62
val iosArm64Main by getting
63
val iosSimulatorArm64Main by getting
0 commit comments