Move common configuration from /build.gradle.kts into plugin
Move all common to all projects configuration from root build.gradle.kts into common-configuration convention plugin.
This commit is contained in:
@@ -19,7 +19,7 @@ val projectsAllowedToUseFirFromSymbol = listOf(
|
||||
|
||||
subprojects {
|
||||
if (name in projectsAllowedToUseFirFromSymbol) {
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>>().configureEach {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.fir.symbols.SymbolInternals"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user