File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ dependencies {
1515 implementation(libs.kotlin.gradle.plugin)
1616 implementation(libs.animalsniffer.gradle.plugin)
1717}
18+
19+ kotlin {
20+ jvmToolchain(JavaLanguageVersion .of(libs.versions.java.get()).asInt())
21+ }
Original file line number Diff line number Diff line change 33 * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
44 */
55
6+ plugins {
7+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7.0" )
8+ }
9+
610dependencyResolutionManagement {
711 versionCatalogs {
812 create(" libs" ) {
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ pluginManagement {
1313 }
1414}
1515
16+ plugins {
17+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7.0" )
18+ }
19+
1620rootProject.name = " kotlinx-io"
1721
1822include(" :kotlinx-io-core" )
You can’t perform that action at this time.
0 commit comments