mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
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.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…
x
Reference in New Issue
Block a user