1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
android-unit-tests Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
animation-app Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
api Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
example-app Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
resources/META-INF Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
testdata Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build.gradle.kts Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
package.list Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

Module kotlinx-coroutines-android

Provides Dispatchers.Main context for Android applications.

Read Guide to UI programming with coroutines for tutorial on this module.

Optimization

R8 and ProGuard rules are bundled into this module. R8 is a replacement for ProGuard in Android ecosystem, it is enabled by default since Android gradle plugin 3.4.0 (3.3.0-beta also had it enabled). For best results it is recommended to use a recent version of R8, which produces a smaller binary.

When optimizations are enabled with R8 version 1.6.0 or later the following debugging features are permanently turned off to reduce the size of the resulting binary:

You can examine the corresponding rules in this coroutines.pro file.

Package kotlinx.coroutines.android

Provides Dispatchers.Main context for Android applications.