Skip to content

Commit 123615b

Browse files
committed
Log when kotlin_Werror_override is set to false
1 parent 3c87d4c commit 123615b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ allprojects {
6363
"-Wextra",
6464
"-Xuse-fir-experimental-checkers"
6565
)
66+
logger.info("kotlin_Werror_override was set to 'disable'")
67+
logger.info("Using -Wextra and -Xuse-fir-experimental-checkers compiler options")
6668
}
6769
freeCompilerArgs.addAll(
6870
"-Xexpect-actual-classes",

0 commit comments

Comments
 (0)