File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
common/src/jvmMain/kotlin/dev/suresh Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ import kotlinx.coroutines.asCoroutineDispatcher
7
7
actual val platform: String = " JVM"
8
8
9
9
/* * A coroutine dispatcher that executes tasks on Virtual Threads. */
10
- val Dispatchers .VT
11
- get() = Executors .newVirtualThreadPerTaskExecutor().asCoroutineDispatcher()
10
+ val Dispatchers .VT by lazy { Executors .newVirtualThreadPerTaskExecutor().asCoroutineDispatcher() }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ kotlinx-html = "0.9.1"
33
33
kotlinx-benchmark = " 0.4.9"
34
34
kotlinx-reflect-lite = " 1.1.0"
35
35
kotlinx-bincompat = " 0.13.2"
36
- kotlin-wrappers = " 1.0.0-pre.619 "
36
+ kotlin-wrappers = " 1.0.0-pre.620 "
37
37
zip-prefixer = " 0.3.1"
38
38
ajalt-mordant = " 2.1.0"
39
39
ajalt-clikt = " 4.1.0"
You can’t perform that action at this time.
0 commit comments