https://kotlinlang.org logo
#compose
Title
# compose
m

molikto

03/07/2020, 9:46 AM
I am getting a compiler backend exception when compile my code
kotlin.UninitializedPropertyAccessException was thrown at: org.jetbrains.kotlin.ir.declarations.impl.IrDeclarationBase.getParent
. Excepton in thread. Any idea how to fix it ?
seems switched to use dev06 (from snapshot) and seperate project for kotlinx-serialization fixed the problem
l

Leland Richardson [G]

03/07/2020, 11:02 PM
That sounds like some sort of compiler bug. Can you send the whole stacktrace?