Bump language version for Gradle plugins' dependencies to 1.5

#KT-58569 Fixed
This commit is contained in:
Alexander.Likhachev
2023-05-05 18:52:04 +02:00
committed by Space Team
parent 3de59e3f17
commit 44d9a2136b
6 changed files with 24 additions and 44 deletions
+2 -8
View File
@@ -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()
}