We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c87d4c commit 123615bCopy full SHA for 123615b
build.gradle.kts
@@ -63,6 +63,8 @@ allprojects {
63
"-Wextra",
64
"-Xuse-fir-experimental-checkers"
65
)
66
+ logger.info("kotlin_Werror_override was set to 'disable'")
67
+ logger.info("Using -Wextra and -Xuse-fir-experimental-checkers compiler options")
68
}
69
freeCompilerArgs.addAll(
70
"-Xexpect-actual-classes",
0 commit comments