Skip to content

Commit e86792e

Browse files
committed
Update to Kotlin 2.2.20
1 parent 1b5a344 commit e86792e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.2.10"
3-
kotlinx-browser = "0.3"
2+
kotlin = "2.2.20-RC2"
3+
kotlinx-browser = "0.5.0"
44

55
[libraries]
66
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

src/wasmJsMain/kotlin/timeZoneWidget.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@file:OptIn(ExperimentalWasmJsInterop::class)
2+
13
import kotlinx.browser.document
24
import kotlinx.browser.window
35
import kotlinx.dom.appendElement

0 commit comments

Comments
 (0)