launchInCurrentThread

This commit is contained in:
2022-12-27 09:28:37 +06:00
parent fad73c7213
commit b62d3a0b7d
5 changed files with 60 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ kotlin {
dependencies {
api libs.kt.coroutines.android
}
dependsOn(jvmMain)
}
}
}