[FIR] Add opt-in annotation which prevents from using symbol.fir
This commit is contained in:
committed by
teamcityserver
parent
c99a02796f
commit
e94d75d433
@@ -14,3 +14,9 @@ sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { }
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=org.jetbrains.kotlin.fir.symbols.SymbolInternals"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user