Skip to content

Commit

Permalink
fix(core): add support for jvm toolchain 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Jul 23, 2024
1 parent fd7edfd commit 7b19dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions buildSrc/src/main/kotlin/convention.library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ plugins {
id("convention.android-base")
id("convention.kotlin")
}

kotlin {
jvmToolchain(8)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
gradle = "8.8"
jvmVersion = "17"
jvmVersion = "8"

targetSdk = "34"
compileSdk = "34"
Expand Down

0 comments on commit 7b19dec

Please sign in to comment.