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 219b22d commit 3d6ca41Copy full SHA for 3d6ca41
1 file changed
README.md
@@ -282,11 +282,22 @@ kotlin {
282
sourceSets {
283
val commonMain by getting {
284
dependencies {
285
- api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
286
implementation("com.juul.kable:core:${kableVersion}")
287
}
288
289
+ val androidMain by getting {
290
+ dependencies {
291
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
292
+ }
293
294
+
295
+ val jsMain by getting {
296
297
298
299
300
301
val nativeMain by creating {
302
303
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}-native-mt") {
0 commit comments