File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/project/src/main/jte Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ kotlin-dokka = "2.0.0"
27
27
kotlinx-io = " 0.7.0"
28
28
kotlinx-atomicfu = " 0.28.0"
29
29
kotlinx-coroutines = " 1.10.2"
30
- kotlinx-datetime = " 0.6.2 "
31
- kotlinx-datetime-zoneinfo = " 2025a -spi.0.6.2 "
30
+ kotlinx-datetime = " 0.7.0 "
31
+ kotlinx-datetime-zoneinfo = " 2025b -spi.0.7.0 "
32
32
kotlinx-serialization = " 1.8.1"
33
33
kotlinx-rpc = " 0.7.0"
34
34
kotlinx-collections-immutable = " 0.4.0"
Original file line number Diff line number Diff line change 1
1
@import common.camelCase
2
2
@import gg.jte.Content
3
3
@import gg.jte.support.ForSupport
4
- @import kotlinx.datetime .*
4
+ @import kotlin.time .*
5
5
@import java.net.InetAddress
6
6
@import com.sun.management.OperatingSystemMXBean
7
7
@import java.lang.management.ManagementFactory
You can’t perform that action at this time.
0 commit comments