Skip to content

Commit

Permalink
Add JVM target for kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed May 31, 2023
1 parent 5ee0032 commit 4a2a968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tehreer-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}

testOptions {
unitTests {
includeAndroidResources = true
Expand Down

0 comments on commit 4a2a968

Please sign in to comment.