Apply -Xjvm-default for specific modules only
This commit is contained in:
@@ -79,3 +79,8 @@ 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"
|
||||
}
|
||||
Reference in New Issue
Block a user