Batch dependency upgrades (#1590)
This commit is contained in:
parent
6db55551d4
commit
64fed530b2
3 changed files with 30 additions and 25 deletions
|
@ -10,7 +10,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||
import org.gradle.kotlin.dsl.withType
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
val additionalCompilerArgs = listOf("-Xopt-in=kotlin.RequiresOptIn")
|
||||
val additionalCompilerArgs =
|
||||
listOf(
|
||||
"-Xopt-in=kotlin.RequiresOptIn",
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
|
||||
)
|
||||
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
sourceCompatibility = JavaVersion.VERSION_11.toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue