Skip to content

Commit 6604afc

Browse files
committed
Add Kotlin dependencies to missing_aar_type_workaround.gradle
#cherrypick PiperOrigin-RevId: 671736852 (cherry picked from commit a1357be)
1 parent afc7288 commit 6604afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

missing_aar_type_workaround.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def addMissingAarTypeToXml(xml) {
3030
"org.mockito:mockito-core",
3131
"org.robolectric:robolectric",
3232
"com.github.philburk:jsyn",
33+
"org.jetbrains.kotlin:kotlin-stdlib-jdk8",
34+
"org.jetbrains.kotlinx:kotlinx-coroutines-core",
35+
"org.jetbrains.kotlinx:kotlinx-coroutines-android",
3336
]
3437
// Dependencies that have AAR files.
3538
def aar_dependencies = [

0 commit comments

Comments
 (0)