Browse Source

Add kotlinx_coroutines as dependency for AOSP

It was included implicitly before T, but now it is required.
Peter Cai 3 years ago
parent
commit
6add8c89ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Android.bp

+ 1 - 0
Android.bp

@@ -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