File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ kotlin {
489
489
sourceSets {
490
490
val wasmWasiMain by getting {
491
491
dependencies {
492
- implementation(" kotlinx-datetime-timezones " , " 2024a-spi.0.6.0-RC.2" )
492
+ implementation(" kotlinx-datetime-zoneinfo " , " 2024a-spi.0.6.0-RC.2" )
493
493
}
494
494
}
495
495
}
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ kotlin {
250
250
val wasmWasiTest by getting {
251
251
dependsOn(pureKotlinTest)
252
252
dependencies {
253
- runtimeOnly(project(" :kotlinx-datetime-timezones " ))
253
+ runtimeOnly(project(" :kotlinx-datetime-zoneinfo " ))
254
254
}
255
255
}
256
256
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public expect open class TimeZone {
56
56
* is not found.
57
57
*
58
58
* @throws IllegalTimeZoneException within the Wasm WASI platform, which does not inherently support non-UTC time zones;
59
- * to resolve this issue, please include a dependency on kotlinx-datetime-timezones .
59
+ * to resolve this issue, please include a dependency on kotlinx-datetime-zoneinfo .
60
60
*/
61
61
public fun of (zoneId : String ): TimeZone
62
62
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ kotlin {
110
110
val wasmWasiMain by getting
111
111
val wasmWasiTest by getting {
112
112
dependencies {
113
- runtimeOnly(project(" :kotlinx-datetime-timezones " ))
113
+ runtimeOnly(project(" :kotlinx-datetime-zoneinfo " ))
114
114
}
115
115
}
116
116
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rootProject.name = "Kotlin-DateTime-library"
17
17
include(" :core" )
18
18
project(" :core" ).name = " kotlinx-datetime"
19
19
include(" :timezones/full" )
20
- project(" :timezones/full" ).name = " kotlinx-datetime-timezones "
20
+ project(" :timezones/full" ).name = " kotlinx-datetime-zoneinfo "
21
21
include(" :serialization" )
22
22
project(" :serialization" ).name = " kotlinx-datetime-serialization"
23
23
include(" :benchmarks" )
You can’t perform that action at this time.
0 commit comments