[Build] Bump Gradle version to 8.1.1
#KTI-1221 In Progress
This commit is contained in:
committed by
Space Team
parent
786653baf2
commit
862f8f235c
@@ -73,12 +73,13 @@ val compileKotlin: KotlinCompile by tasks
|
||||
val compileGroovy: GroovyCompile by tasks
|
||||
|
||||
compileKotlin.apply {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += listOf(
|
||||
compilerOptions {
|
||||
optIn.add("kotlin.ExperimentalStdlibApi")
|
||||
freeCompilerArgs.addAll(
|
||||
listOf(
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xsuppress-version-warnings",
|
||||
"-opt-in=kotlin.ExperimentalStdlibApi",
|
||||
"-opt-in=kotlin.RequiresOptIn"
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user