Backend Internal error: Exception during psi2ir
Backend Internal error: Exception during psi2ir
我一直在尝试在我的 android 工作室中使用 kodein,但我遇到了这个问题
The root cause org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException was thrown at: org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionGenerator.generateErrorCall(ErrorExpressionGenerator.kt:99)
null: KtCallExpression:
kodein()
at
org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:239)
这是我在 activity
中的调用方式
override val kodein by kodein()
我已经尝试更新我所有的依赖项,但仍然没有结果,
如有任何帮助,我们将不胜感激。
这不是 Kodein 问题。这是一个科特林问题。请尝试更新您的 kotlin 版本。
尝试1.6.10
我一直在尝试在我的 android 工作室中使用 kodein,但我遇到了这个问题
The root cause org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException was thrown at: org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionGenerator.generateErrorCall(ErrorExpressionGenerator.kt:99) null: KtCallExpression: kodein() at org.jetbrains.kotlin.backend.common.CodegenUtil.reportBackendException(CodegenUtil.kt:239)
这是我在 activity
中的调用方式override val kodein by kodein()
我已经尝试更新我所有的依赖项,但仍然没有结果,
如有任何帮助,我们将不胜感激。
这不是 Kodein 问题。这是一个科特林问题。请尝试更新您的 kotlin 版本。
尝试1.6.10