Add kotlinx_coroutines as dependency for AOSP
It was included implicitly before T, but now it is required.
This commit is contained in:
parent
a461ef9208
commit
6add8c89ac
|
@ -15,6 +15,7 @@ android_app {
|
|||
"androidx.swiperefreshlayout_swiperefreshlayout",
|
||||
"com.google.android.material_material",
|
||||
"gson-prebuilt-jar",
|
||||
"kotlinx_coroutines",
|
||||
],
|
||||
srcs: [
|
||||
// Main app
|
||||
|
|
Loading…
Reference in a new issue