chore: bootstrap root Gradle with version catalog

This commit is contained in:
nk
2026-06-01 11:54:39 +03:00
parent 4700335f11
commit 082e895f6a
4 changed files with 102 additions and 0 deletions

4
gradle.properties Normal file
View File

@@ -0,0 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true