cloudroam
2025-04-18 f3e60d24d0f24dc5cf7d77f9b871f416370e9132
app/src/main/java/com/example/firstapp/core/Core.kt
@@ -15,6 +15,7 @@
    val msg: MsgRepository by lazy { (app as App).msgRepository }
    val code: CodeRepository by lazy { (app as App).codeRepository }
    val keyword: KeywordRepository by lazy { (app as App).keywordRepository }
//    val reminder: KeywordRepository by lazy { (app as App).reminderRepository }
    fun init(app: Application) {
        this.app = app