From 6add8c89ac141f177cd8d124a0a955232f4222f9 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 25 Aug 2022 18:25:51 -0400 Subject: [PATCH] Add kotlinx_coroutines as dependency for AOSP It was included implicitly before T, but now it is required. --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 3a77d03..59746d3 100644 --- a/Android.bp +++ b/Android.bp @@ -15,6 +15,7 @@ android_app { "androidx.swiperefreshlayout_swiperefreshlayout", "com.google.android.material_material", "gson-prebuilt-jar", + "kotlinx_coroutines", ], srcs: [ // Main app