File tree 2 files changed +2
-2
lines changed
src/main/java/be/mygod/librootkotlinx
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
24
24
dependencies {
25
25
api(" androidx.collection:collection-ktx:1.2.0" )
26
26
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 " )
28
28
testImplementation(" junit:junit:4.13.2" )
29
29
androidTestImplementation(" androidx.test:runner:1.6.2" )
30
30
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 {
447
447
}
448
448
val callbackWorker by lazy {
449
449
mainInitialized.await()
450
- Dispatchers .IO .limitedParallelism(1 )
450
+ Dispatchers .IO .limitedParallelism(1 , " callbackWorker " )
451
451
}
452
452
// access to cancellables shall be wrapped in defaultWorker
453
453
val cancellables = LongSparseArray < () -> Unit > ()
You can’t perform that action at this time.
0 commit comments