Initial MVP

This commit is contained in:
2026-07-27 00:16:46 -04:00
commit 5930630b2e
44 changed files with 4381 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# JVM args for the Gradle daemon.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Use AndroidX (not the old support library).
android.useAndroidX=true
# Kotlin official code style.
kotlin.code.style=official
# Generate per-module R classes (smaller, faster builds).
android.nonTransitiveRClass=true