Remove obsolete options

This commit is contained in:
Mikhael Bogdanov
2021-12-07 14:05:23 +01:00
parent 93713a9ad4
commit c599b58eb3
4 changed files with 1 additions and 21 deletions
@@ -79,8 +79,3 @@ projectTest {
systemProperty("robolectric.classpath", robolectricClasspathProvider.get())
}
}
//TODO: could be removed after bootstrap
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
}
@@ -56,9 +56,4 @@ projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
useJUnitPlatform()
}
val generateTests by generator("org.jetbrains.kotlinx.serialization.TestGeneratorKt")
//TODO: could be removed after bootstrap
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
}
val generateTests by generator("org.jetbrains.kotlinx.serialization.TestGeneratorKt")
@@ -118,8 +118,3 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
println(filter.includePatterns)
}
}
//TODO: could be removed after bootstrap
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
}
@@ -55,8 +55,3 @@ javadocJar()
projectTest {
workingDir = rootDir
}
//TODO: could be removed after bootstrap
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
}