We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b93f5 commit 56f5f25Copy full SHA for 56f5f25
gradle.properties
@@ -18,4 +18,6 @@ android.useAndroidX=true
18
# Automatically convert third-party libraries to use AndroidX
19
android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
-kotlin.code.style=official
+kotlin.code.style=official
22
+# Suppress warning about using compileSdk 35 with older AGP
23
+android.suppressUnsupportedCompileSdk=35
0 commit comments