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 4a229b7 commit 0ccca44Copy full SHA for 0ccca44
core/build.gradle.kts
@@ -192,6 +192,7 @@ kotlin {
192
val jsMain by getting {
193
dependencies {
194
api("org.jetbrains.kotlin:kotlin-stdlib-js")
195
+ api("org.jetbrains.kotlinx:kotlinx-serialization-core:$serializationVersion")
196
implementation(npm("@js-joda/core", "3.2.0"))
197
}
198
@@ -205,6 +206,9 @@ kotlin {
205
206
207
val nativeMain by getting {
208
dependsOn(commonMain.get())
209
+ dependencies {
210
211
+ }
212
213
214
val nativeTest by getting {
0 commit comments