Skip to content

Commit

Permalink
Update Kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Sep 7, 2024
1 parent d9df3c3 commit 3124dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/gradm/gradm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions:
consensus: "0.15.0"
delusion: "0.9.0"
gradle: "8.9"
kotlin: "2.0.10"
kotlin: "2.0.20"
kotlinx:
coroutines: "1.8.1"
serialization: "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion wwm/web/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl

plugins {
id("wwm.compose.multiplatform")
Expand Down

0 comments on commit 3124dbf

Please sign in to comment.