Skip to content

Commit

Permalink
[22374] CommonCoreLegacy updated jvmTarget for kotlin to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-jsonjuliane committed Oct 21, 2024
1 parent f3cfe40 commit 5c92dfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CommonCoreLegacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = "17"
}

publishing {
singleVariant("release") {
// if you don't want sources/javadoc, remove these lines
Expand Down

0 comments on commit 5c92dfc

Please sign in to comment.