Skip to content

Commit

Permalink
add jetbrains.kotlin jdk7 and jdk8 in workaround.gradle (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiLiuSH authored Nov 27, 2024
1 parent bb2ed56 commit a3c9fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions missing_aar_type_workaround.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def addMissingAarTypeToXml(xml) {
"org.mockito:mockito-core",
"org.robolectric:robolectric",
"com.github.philburk:jsyn",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8"
]
// Dependencies that have AAR files.
def aar_dependencies = [
Expand Down

0 comments on commit a3c9fcd

Please sign in to comment.