Bump language version for Gradle plugins' dependencies to 1.5
#KT-58569 Fixed
This commit is contained in:
committed by
Space Team
parent
3de59e3f17
commit
44d9a2136b
@@ -9,11 +9,6 @@ sourcesJar()
|
||||
javadocJar()
|
||||
configureKotlinCompileTasksGradleCompatibility()
|
||||
|
||||
kotlin.sourceSets.configureEach {
|
||||
languageSettings.apiVersion = "1.4"
|
||||
languageSettings.languageVersion = "1.4"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":kotlin-gradle-plugins-bom")))
|
||||
compileOnly(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user