feat: main screen implemented

This commit is contained in:
MaximOksiuta
2025-11-22 04:53:03 +03:00
parent 82e5066950
commit 09ff18cb02
36 changed files with 812 additions and 644 deletions
+7 -1
View File
@@ -18,4 +18,10 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# Keep annotation definitions
-keep class org.koin.core.annotation.** { *; }
# Keep classes annotated with Koin annotations
-keep @org.koin.core.annotation.* class * { *; }