Add kotlinx_coroutines as dependency for AOSP

It was included implicitly before T, but now it is required.
This commit is contained in:
Peter Cai 2022-08-25 18:25:51 -04:00
parent a461ef9208
commit 6add8c89ac
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ android_app {
"androidx.swiperefreshlayout_swiperefreshlayout", "androidx.swiperefreshlayout_swiperefreshlayout",
"com.google.android.material_material", "com.google.android.material_material",
"gson-prebuilt-jar", "gson-prebuilt-jar",
"kotlinx_coroutines",
], ],
srcs: [ srcs: [
// Main app // Main app