KE2: Add warnings-as-error to build system, but commented out for now

Once we get closer to completion, it will be useful to have this on.
This commit is contained in:
Ian Lynagh
2024-11-22 13:42:31 +00:00
parent 74ee483fa1
commit cb8237fe67

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
)