File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/be/mygod/librootkotlinx Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
2424dependencies {
2525 api(" androidx.collection:collection-ktx:1.2.0" )
2626 api(" androidx.core:core:1.10.1" )
27- api(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 " )
27+ api(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 " )
2828 testImplementation(" junit:junit:4.13.2" )
2929 androidTestImplementation(" androidx.test:runner:1.6.2" )
3030 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ class RootServer {
447447 }
448448 val callbackWorker by lazy {
449449 mainInitialized.await()
450- Dispatchers .IO .limitedParallelism(1 )
450+ Dispatchers .IO .limitedParallelism(1 , " callbackWorker " )
451451 }
452452 // access to cancellables shall be wrapped in defaultWorker
453453 val cancellables = LongSparseArray < () -> Unit > ()
You can’t perform that action at this time.
0 commit comments