diff --git a/android-app/gradle.properties b/android-app/gradle.properties new file mode 100644 index 0000000..19a3495 --- /dev/null +++ b/android-app/gradle.properties @@ -0,0 +1,4 @@ +org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8 +android.useAndroidX=true +kotlin.code.style=official +android.nonTransitiveRClass=true