jvmMainModule.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-serialization-json
Show all versions of kotlinx-serialization-json
Kotlin multiplatform serialization runtime library
module kotlinx.serialization.json {
requires transitive kotlin.stdlib;
requires transitive kotlinx.serialization.core;
exports kotlinx.serialization.json;
}