[minor] IR: clean unnecessary ObsoleteDescriptorBasedAPI opt-ins
This commit is contained in:
committed by
TeamCityServer
parent
a710a8d10f
commit
db61665ab8
@@ -15,11 +15,3 @@ dependencies {
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
}
|
||||
|
||||
tasks {
|
||||
val compileKotlin by existing(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=org.jetbrains.kotlin.ir.ObsoleteDescriptorBasedAPI"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user