kinda works

This commit is contained in:
Isaac Iwasaki 2024-09-26 01:43:56 +07:00
parent fdfb0aa679
commit b78a1cb407
8 changed files with 95 additions and 65 deletions

View file

@ -20,4 +20,5 @@ 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
android.nonTransitiveRClass=true
org.gradle.configuration-cache=true