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:
Alexander Udalov
2023-07-17 16:34:46 +02:00
committed by Space Team
parent 298c4f8c32
commit 1cd24c61b8
@@ -32,6 +32,7 @@ kotlin {
"org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi",
)
)
suppressWarnings = true
}
}