Added laguage version
This commit is contained in:
parent
080b7a971f
commit
b6b7dabb50
1 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,6 @@ import org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base configuration for all Kotlin/Multiplatform conventions.
|
* Base configuration for all Kotlin/Multiplatform conventions.
|
||||||
*
|
*
|
||||||
|
@ -30,7 +29,7 @@ kotlin {
|
||||||
targets.configureEach {
|
targets.configureEach {
|
||||||
compilations.configureEach {
|
compilations.configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
// nothin' yet
|
languageVersion = "1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue