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
77actual val platform: String = " JVM"
88
99/* * 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"
3333kotlinx-benchmark = " 0.4.9"
3434kotlinx-reflect-lite = " 1.1.0"
3535kotlinx-bincompat = " 0.13.2"
36- kotlin-wrappers = " 1.0.0-pre.619 "
36+ kotlin-wrappers = " 1.0.0-pre.620 "
3737zip-prefixer = " 0.3.1"
3838ajalt-mordant = " 2.1.0"
3939ajalt-clikt = " 4.1.0"
You can’t perform that action at this time.
0 commit comments