Lint all warnings

This commit is contained in:
DBotThePony 2022-01-03 15:33:53 +07:00
parent 97cb64b3c5
commit 9d10b8f8a6
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -39,6 +39,10 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions { kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all'] freeCompilerArgs = ['-Xjvm-default=all']
} }
compileJava {
options.compilerArgs += ['-Xlint:all']
}
} }
test { test {