mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add Kotlin dependencies to missing_aar_type_workaround.gradle
#cherrypick PiperOrigin-RevId: 671736852
This commit is contained in:
parent
4ea58a133e
commit
a1357befff
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ def addMissingAarTypeToXml(xml) {
|
||||||
"org.mockito:mockito-core",
|
"org.mockito:mockito-core",
|
||||||
"org.robolectric:robolectric",
|
"org.robolectric:robolectric",
|
||||||
"com.github.philburk:jsyn",
|
"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.
|
// Dependencies that have AAR files.
|
||||||
def aar_dependencies = [
|
def aar_dependencies = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue