Merge pull request #18076 from igfoo/igfoo/werror

KE2: Add warnings-as-error to build system, but commented out for now
This commit is contained in:
Ian Lynagh
2024-11-22 15:33:51 +00:00
committed by GitHub

View File

@@ -10,6 +10,8 @@ kt_javac_options(
kt_kotlinc_options(
name = "kotlinc-options",
x_context_receivers = True,
# TODO:
# warn = "error",
# if needed, see https://bazelbuild.github.io/rules_kotlin/kotlin.html#kt_kotlinc_options for available options
)