From 6604afcb3ad3d9dfefcd0aebe199607ad48a0d31 Mon Sep 17 00:00:00 2001 From: ivanbuper Date: Fri, 6 Sep 2024 06:37:44 -0700 Subject: [PATCH] Add Kotlin dependencies to missing_aar_type_workaround.gradle #cherrypick PiperOrigin-RevId: 671736852 (cherry picked from commit a1357befff616ee9fc540a784d9871dbd2399ddf) --- missing_aar_type_workaround.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/missing_aar_type_workaround.gradle b/missing_aar_type_workaround.gradle index be03422e2d..53ffc142df 100644 --- a/missing_aar_type_workaround.gradle +++ b/missing_aar_type_workaround.gradle @@ -30,6 +30,9 @@ def addMissingAarTypeToXml(xml) { "org.mockito:mockito-core", "org.robolectric:robolectric", "com.github.philburk:jsyn", + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core", + "org.jetbrains.kotlinx:kotlinx-coroutines-android", ] // Dependencies that have AAR files. def aar_dependencies = [