From a3c9fcd80095bf2957406c888289901527ca6d46 Mon Sep 17 00:00:00 2001 From: "Wei.Liu" <141914274+WeiLiuSH@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:46:07 +0800 Subject: [PATCH] add jetbrains.kotlin jdk7 and jdk8 in workaround.gradle (#33) --- missing_aar_type_workaround.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/missing_aar_type_workaround.gradle b/missing_aar_type_workaround.gradle index 8d51b28060..7df1ade0fe 100644 --- a/missing_aar_type_workaround.gradle +++ b/missing_aar_type_workaround.gradle @@ -30,6 +30,8 @@ def addMissingAarTypeToXml(xml) { "org.mockito:mockito-core", "org.robolectric:robolectric", "com.github.philburk:jsyn", + "org.jetbrains.kotlin:kotlin-stdlib-jdk7", + "org.jetbrains.kotlin:kotlin-stdlib-jdk8" ] // Dependencies that have AAR files. def aar_dependencies = [