[Build] Fix a bunch of buildscript compilation warnings
#KTI-1221 Fixed
This commit is contained in:
committed by
Space Team
parent
46e83ef7da
commit
a93c49baf1
@@ -22,7 +22,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
tasks {
|
||||
val compileKotlin by existing(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
|
||||
named<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>("compileKotlin") {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user