Shehab Ellithy
02/18/2022, 5:25 AMandylamax
02/18/2022, 5:36 AMShehab Ellithy
02/18/2022, 5:45 AMShehab Ellithy
02/18/2022, 5:45 AMdependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
}
But get an Unresolved reference: implementation
errorandylamax
02/18/2022, 6:05 AMShehab Ellithy
02/18/2022, 6:39 AMkotlin("plugin.serialization") version "1.6.10"
to the plugins section and added the dependencies block.andylamax
02/18/2022, 6:51 AMval nativeMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
}
}
Shehab Ellithy
02/18/2022, 7:12 AMandylamax
02/18/2022, 7:22 AMShehab Ellithy
02/18/2022, 7:22 AMShehab Ellithy
02/18/2022, 7:23 AMandylamax
02/18/2022, 10:50 AMrnett
02/18/2022, 7:25 PMShehab Ellithy
02/19/2022, 12:26 AM