From 3e5ac103be632861e936f5473922e380c4291f28 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 29 May 2025 17:24:32 +0800 Subject: [PATCH] Remove nonTransitiveRClass flag It's the default from AGP 8.0, see https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#default-changes --- Android/src/gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android/src/gradle.properties b/Android/src/gradle.properties index 20e2a01..b98ef4a 100644 --- a/Android/src/gradle.properties +++ b/Android/src/gradle.properties @@ -17,7 +17,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Enables namespacing of each library's R class so that its R class includes only the -# resources declared in the library itself and none from the library's dependencies, -# thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file