We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d641873 commit 257ceaeCopy full SHA for 257ceae
build.gradle.kts
@@ -1,4 +1,5 @@
1
import com.vanniktech.maven.publish.SonatypeHost
2
+import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
5
plugins {
@@ -35,6 +36,12 @@ kotlin {
35
36
tvosArm64()
37
tvosSimulatorArm64()
38
tvosX64()
39
+
40
+ @OptIn(ExperimentalWasmDsl::class)
41
+ wasmWasi {
42
+ nodejs()
43
+ }
44
45
watchosArm32()
46
watchosArm64()
47
watchosDeviceArm64()
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ dokka = "2.0.0"
kmpmt = "0.1.1"
kotlin = "2.1.20"
kotlinx-coroutines = "1.10.2"
6
-kotlinx-datetime = "0.6.1"
+kotlinx-datetime = "0.6.2"
7
publish = "0.30.0"
8
9
[libraries]
0 commit comments