Merge code

This commit is contained in:
2022-04-17 13:44:55 +08:00
parent 9b4d11313d
commit 2fc623677d

View File

@@ -61,6 +61,7 @@ open class ModuleApplication : Application() {
/**
* 全局静态 [Application] 实例
* @return [ModuleApplication]
* @throws IllegalStateException 如果 [Application] 没有正确装载完成
*/
val appContext get() = currentContext ?: error("App is dead, You cannot call to appContext")