[KPM] :kotlin-gradle-plugin-idea: Set language- and apiVersion to 1.4
^KT-51262
This commit is contained in:
committed by
Space
parent
001fd373f2
commit
113e363b22
@@ -2,6 +2,13 @@ plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
sourceSets.configureEach {
|
||||
languageSettings.languageVersion = "1.4"
|
||||
languageSettings.apiVersion = "1.4"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlinStdlib())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user