We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5a344 commit e86792eCopy full SHA for e86792e
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
-kotlin = "2.2.10"
3
-kotlinx-browser = "0.3"
+kotlin = "2.2.20-RC2"
+kotlinx-browser = "0.5.0"
4
5
[libraries]
6
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
src/wasmJsMain/kotlin/timeZoneWidget.kt
@@ -1,3 +1,5 @@
+@file:OptIn(ExperimentalWasmJsInterop::class)
+
import kotlinx.browser.document
import kotlinx.browser.window
import kotlinx.dom.appendElement
0 commit comments