I have Gradle Multi module project for a Web App with the Server for JVM target and the client for Kotlin/Wasm. They both depend on a 'shared' module which contains only some data classes.
'shared' module - build.gradle
:shared:jvmMain: Could not find org.jetbrains.kotlinx:kotlinx-serialization-json:0.3.
Required by:
project :shared
:shared:jvmTest: Could not find org.jetbrains.kotlinx:kotlinx-serialization-json:0.3.
Required by:
project :shared
:shared:wasmJsMain: Could not find org.jetbrains.kotlinx:kotlinx-serialization-json:0.3.
Required by:
project :shared
:shared:wasmJsTest: Could not find org.jetbrains.kotlinx:kotlinx-serialization-json:0.3.
Required by:
project :shared
What is the problem?
a
Adam S
02/15/2025, 12:24 AM
The version is 0.3, and there's no such version. Try using the latest version.