Introduces kotlin coroutine which simplifies async programming.

(go/android-kotlin-coroutines)

https://github.com/Kotlin/kotlinx.coroutines

Bug: 149713060
Test: write coroutine code and verify it compiles
Change-Id: Ic3c1daa103a18d3c0cfc0ae0840e186b1cdc18d7
This commit is contained in:
Pinyao Ting
2020-04-30 10:22:25 -07:00
parent 1ed01451ed
commit 059091be82

View File

@@ -63,6 +63,8 @@ android_library {
"androidx.lifecycle_lifecycle-extensions",
"androidx.dynamicanimation_dynamicanimation",
"androidx-constraintlayout_constraintlayout",
"kotlinx-coroutines-android",
"kotlinx-coroutines-core",
"iconloader_base",
"SystemUI-tags",
"SystemUI-proto",