Kotlin / kotlinx-datetime

KotlinX multiplatform date/time library
Apache License 2.0
2.44k stars 101 forks source link

Zone info for WASM not working? #454

Open ronjunevaldoz opened 3 weeks ago

ronjunevaldoz commented 3 weeks ago
val wasmWasiMain by getting {
      dependencies {
          implementation("kotlinx-datetime-zoneinfo", "2024a-spi.0.6.0-RC.2")
      }
}
dkhalanskyjb commented 3 weeks ago

We didn't yet publish a release with WASI support https://github.com/Kotlin/kotlinx-datetime/commit/30ab530c3ee41f43282fdaaa77e814df2f952235 (see https://github.com/Kotlin/kotlinx-datetime/tree/latest-release). master is the in-development branch for kotlinx-datetime.