Skip to content

Commit

Permalink
Add Kotlin dependencies to missing_aar_type_workaround.gradle
Browse files Browse the repository at this point in the history
#cherrypick

PiperOrigin-RevId: 671736852
(cherry picked from commit a1357be)
  • Loading branch information
ivanbuper committed Sep 6, 2024
1 parent afc7288 commit 6604afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions missing_aar_type_workaround.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6604afc

Please sign in to comment.