We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3a138 commit aaaeb4eCopy full SHA for aaaeb4e
build.gradle.kts
@@ -38,6 +38,7 @@ subprojects {
38
options.encoding = Charsets.UTF_8.name()
39
options.release = 21
40
options.isFork = true
41
+ options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal"))
42
}
43
tasks.withType<Javadoc> {
44
0 commit comments