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
@@ -22,15 +22,9 @@ sourceSets {
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
||||
kotlinOptions {
|
||||
languageVersion = "1.4"
|
||||
apiVersion = "1.4"
|
||||
freeCompilerArgs += "-Xsuppress-version-warnings"
|
||||
}
|
||||
}
|
||||
configureKotlinCompileTasksGradleCompatibility()
|
||||
|
||||
tasks {
|
||||
withType<Test>().configureEach {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user