Skip to content

Commit ee3f064

Browse files
committed
build: suppress AGP-internal gradle deprecation warning
The only Gradle deprecation is inside AGP 9.2.1; our build scripts are clean.
1 parent d3438fd commit ee3f064

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ org.gradle.caching=true
33
android.useAndroidX=true
44
android.nonTransitiveRClass=true
55
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

Comments
 (0)