Skip to content

Commit

Permalink
Merge pull request #128 from KakaoCup/jvm-toolchain-support
Browse files Browse the repository at this point in the history
fix(core): add support for jvm toolchain 8
  • Loading branch information
Vacxe authored Jul 23, 2024
2 parents 46d5acf + 1e51b8b commit 641a6a5
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 641a6a5

Please sign in to comment.