Skip to content

Commit

Permalink
Increase Kotlin Multiplatform version to 1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Mar 27, 2024
1 parent f717244 commit 84e61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val FLAG_LINK_STATIC: String = "linkStatic"
val GENERATED_FILE_PREFIX: String = "// Generated on build in build.gradle.kts\n"

plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("multiplatform") version "1.9.23"
kotlin("plugin.serialization") version "1.9.0"
}

Expand Down

0 comments on commit 84e61de

Please sign in to comment.