We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8613c5 + 6ebd7f9 commit 6f636baCopy full SHA for 6f636ba
1 file changed
gradle.properties
@@ -2,3 +2,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2
android.useAndroidX=true
3
kotlin.code.style=official
4
android.nonTransitiveRClass=true
5
+
6
+# Lint uses the K2 Analysis API, aligning it with Kotlin 2.0.x and
7
+# silencing the spurious "Missing analysis API method" warnings emitted
8
+# by the legacy (K1) UAST during lintVital on release builds.
9
+android.lint.useK2Uast=true
0 commit comments