Kotlin: Unresolved local class when using BroadcastReceiver in Activity

  • Android,Kotlin,BroadcastReceiver,Activity,

编译时异常日志:

Error:java.lang.UnsupportedOperationException: Unresolved local class: com/myproject/activities/BaseActivity$broadcastReceiver$1
at org.jetbrains.kotlin.descriptors.NotFoundClasses$classes$1.invoke(NotFoundClasses.kt:44)
at org.jetbrains.kotlin.descriptors.NotFoundClasses$classes$1.invoke(NotFoundClasses.kt:32)
at org.jetbrains.kotlin.storage.LockBasedStorageManager$MapBasedMemoizedFunction.invoke(LockBasedStorageManager.java:408)
at org.jetbrains.kotlin.storage.LockBasedStorageManager$MapBasedMemoizedFunctionToNotNull.invoke(LockBasedStorageManager.java:483)
at org.jetbrains.kotlin.descriptors.NotFoundClasses.getClass(NotFoundClasses.kt:101)

阅读原文 : Kotlin: Unresolved local class when using BroadcastReceiver in Activity https://www.e-learn.cn/content/wangluowenzhang/681639

相关文章

- EOF -

本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处,尊重他人劳动。
转载请注明:文章转载自 Binkery 技术博客 [https://binkery.com]
本文标题: Kotlin: Unresolved local class when using BroadcastReceiver in Activity
本文地址: https://binkery.com/archives/2019.09.04-Kotlin-Unresolved-local-class-BroadcastReceiver.html