We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3438fd commit ee3f064Copy full SHA for ee3f064
1 file changed
gradle.properties
@@ -3,3 +3,7 @@ org.gradle.caching=true
3
android.useAndroidX=true
4
android.nonTransitiveRClass=true
5
kotlin.code.style=official
6
+# Suppress Gradle deprecation warnings. The only one emitted is internal to
7
+# AGP 9.2.1 (its VariantManager uses a Project object as a dependency notation);
8
+# our own build scripts are deprecation-free. Drop this when a newer AGP fixes it.
9
+org.gradle.warning.mode=none
0 commit comments