Skip to content

Commit a3c9fcd

Browse files
authored
add jetbrains.kotlin jdk7 and jdk8 in workaround.gradle (#33)
1 parent bb2ed56 commit a3c9fcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

missing_aar_type_workaround.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def addMissingAarTypeToXml(xml) {
3030
"org.mockito:mockito-core",
3131
"org.robolectric:robolectric",
3232
"com.github.philburk:jsyn",
33+
"org.jetbrains.kotlin:kotlin-stdlib-jdk7",
34+
"org.jetbrains.kotlin:kotlin-stdlib-jdk8"
3335
]
3436
// Dependencies that have AAR files.
3537
def aar_dependencies = [

0 commit comments

Comments
 (0)