Build: suppress warnings in kotlin-gradle-plugin
There's a lot of warnings which are distracting during each build. #KT-60498 Fixed
This commit is contained in:
committed by
Space Team
parent
298c4f8c32
commit
1cd24c61b8
@@ -32,6 +32,7 @@ kotlin {
|
|||||||
"org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi",
|
"org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
suppressWarnings = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user