Skip to content

Commit

Permalink
Added jvmTarget for kotlin
Browse files Browse the repository at this point in the history
Signed-off-by: Amr Hossam <[email protected]>
  • Loading branch information
amrhossamdev committed Aug 19, 2024
1 parent 620c296 commit 86f1950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onebusaway-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ android {
sourceCompatibility = 17
targetCompatibility = 17
}
kotlinOptions { jvmTarget = "17" }

testOptions {
unitTests.includeAndroidResources true
Expand Down

0 comments on commit 86f1950

Please sign in to comment.