Adding HILT DI and First Pass at backend Kotlin

This commit is contained in:
genki
2025-12-24 10:18:46 -05:00
parent c10cbf373f
commit 49e6523f75
38 changed files with 1286 additions and 257 deletions

View File

@@ -10,7 +10,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.SherpAI2">
android:theme="@style/Theme.SherpAI2"
android:name=".SherpAIApplication">
<activity
android:name=".MainActivity"
android:exported="true"