[Gradle] Remove exceptions for warnings-as-errors flag enable

^KT-56904 Fixed
This commit is contained in:
Yahor Berdnikau
2024-02-08 22:43:20 +01:00
committed by Space Team
parent 11fee106b2
commit cf1a1693b3
2 changed files with 1 additions and 10 deletions
@@ -26,7 +26,6 @@ kotlin {
"org.jetbrains.kotlin.buildtools.api.ExperimentalBuildToolsApi",
)
)
suppressWarnings = true
}
}