Skip to content

Commit 257ceae

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2 (#81)
1 parent d641873 commit 257ceae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import com.vanniktech.maven.publish.SonatypeHost
2+
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
23
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
34

45
plugins {
@@ -35,6 +36,12 @@ kotlin {
3536
tvosArm64()
3637
tvosSimulatorArm64()
3738
tvosX64()
39+
40+
@OptIn(ExperimentalWasmDsl::class)
41+
wasmWasi {
42+
nodejs()
43+
}
44+
3845
watchosArm32()
3946
watchosArm64()
4047
watchosDeviceArm64()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dokka = "2.0.0"
33
kmpmt = "0.1.1"
44
kotlin = "2.1.20"
55
kotlinx-coroutines = "1.10.2"
6-
kotlinx-datetime = "0.6.1"
6+
kotlinx-datetime = "0.6.2"
77
publish = "0.30.0"
88

99
[libraries]

0 commit comments

Comments
 (0)