Skip to content

Commit 4a2a968

Browse files
committed
Add JVM target for kotlin
1 parent 5ee0032 commit 4a2a968

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tehreer-android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ android {
6262
targetCompatibility JavaVersion.VERSION_1_8
6363
}
6464

65+
kotlinOptions {
66+
jvmTarget = JavaVersion.VERSION_1_8
67+
}
68+
6569
testOptions {
6670
unitTests {
6771
includeAndroidResources = true

0 commit comments

Comments
 (0)