Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Aug 27, 2024
1 parent 6c23413 commit d9afab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
id("org.jetbrains.kotlin.plugin.serialization")
}
dependencies {
add("commonMainApi", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
add("commonMainApi", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
add("commonMainApi", project(":mymodule"))
}
[file("build.extra.gradle"), file("build.extra.gradle.kts")].each { extraGradle ->
Expand Down

0 comments on commit d9afab7

Please sign in to comment.