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 {
15
15
implementation(libs.kotlin.gradle.plugin)
16
16
implementation(libs.animalsniffer.gradle.plugin)
17
17
}
18
+
19
+ kotlin {
20
+ jvmToolchain(JavaLanguageVersion .of(libs.versions.java.get()).asInt())
21
+ }
Original file line number Diff line number Diff line change 3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
4
4
*/
5
5
6
+ plugins {
7
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7.0" )
8
+ }
9
+
6
10
dependencyResolutionManagement {
7
11
versionCatalogs {
8
12
create(" libs" ) {
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ pluginManagement {
13
13
}
14
14
}
15
15
16
+ plugins {
17
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.7.0" )
18
+ }
19
+
16
20
rootProject.name = " kotlinx-io"
17
21
18
22
include(" :kotlinx-io-core" )
You can’t perform that action at this time.
0 commit comments