From 317bf3c6c0219255144a590ced92270d40be065e Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 25 Feb 2025 07:36:28 -0800 Subject: [PATCH] Add kotlin-stdlib to aar workaround list #cherrypick PiperOrigin-RevId: 730880594 (cherry picked from commit a3f281dff827cbc63482d5e2fbdbedb2427cbb95) --- missing_aar_type_workaround.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/missing_aar_type_workaround.gradle b/missing_aar_type_workaround.gradle index f4006201a7..afa5bedfa2 100644 --- a/missing_aar_type_workaround.gradle +++ b/missing_aar_type_workaround.gradle @@ -30,6 +30,7 @@ def addMissingAarTypeToXml(xml) { "org.mockito:mockito-core", "org.robolectric:robolectric", "com.github.philburk:jsyn", + "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlin:kotlin-stdlib-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-android",