Skip to content

Commit

Permalink
fix(core): remove toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Feb 6, 2024
1 parent 6abd4dd commit 8998b45
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildSrc/src/main/kotlin/convention.kotlin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ import io.github.kakaocup.withVersionCatalog
plugins {
kotlin("android")
}

withVersionCatalog { libs ->
kotlin {
jvmToolchain(libs.versions.jvmVersion.get().toInt())
}
}

0 comments on commit 8998b45

Please sign in to comment.