Add Kotlin dependencies to missing_aar_type_workaround.gradle
#cherrypick PiperOrigin-RevId: 671736852
This commit is contained in:
parent
4ea58a133e
commit
a1357befff
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user