initial commit

This commit is contained in:
Tretzi
2026-05-04 20:30:54 -05:00
commit 7ed43fab5e
24 changed files with 1385 additions and 0 deletions

4
gradle.properties Normal file
View File

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