This commit is contained in:
Zongle Wang 2025-07-10 17:05:13 +02:00 committed by GitHub
commit b4cf3fb25a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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