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