Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android-unit-tests/ | 03-May-2024 | - | 251 | 179 | ||
animation-app/ | 03-May-2024 | - | 886 | 741 | ||
example-app/ | 03-May-2024 | - | 531 | 405 | ||
gradle/wrapper/ | 03-May-2024 | - | 7 | 6 | ||
resources/META-INF/ | 03-May-2024 | - | 28 | 21 | ||
src/ | 03-May-2024 | - | 243 | 140 | ||
test/ | 03-May-2024 | - | 207 | 152 | ||
README.md | D | 03-May-2024 | 361 | 11 | 6 | |
build.gradle | D | 03-May-2024 | 2.8 KiB | 107 | 85 | |
gradlew | D | 03-May-2024 | 5.2 KiB | 173 | 128 | |
gradlew.bat | D | 03-May-2024 | 2.1 KiB | 85 | 61 | |
package.list | D | 03-May-2024 | 4 KiB | 212 | 210 | |
r8-test-common.pro | D | 03-May-2024 | 453 | 12 | 10 | |
r8-test-rules-no-optim.pro | D | 03-May-2024 | 173 | 5 | 3 | |
r8-test-rules.pro | D | 03-May-2024 | 386 | 7 | 6 |
README.md
1# Module kotlinx-coroutines-android 2 3Provides `Dispatchers.Main` context for Android applications. 4 5Read [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md) 6for tutorial on this module. 7 8# Package kotlinx.coroutines.android 9 10Provides `Dispatchers.Main` context for Android applications. 11