Skip to content

Commit

Permalink
Merge branch 'main' into soywiz/enable.caching
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Aug 27, 2024
2 parents 576b9af + d9afab7 commit 780259d
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 780259d

Please sign in to comment.