I am getting a weird error and I am not sure what ...
# getting-started
o
I am getting a weird error and I am not sure what is causing it or what I need to do to fix it. Consider the following: It appears to be something to do with Kotlinx Sterilization, but I'm not sure what part of my code is causing this.
Copy code
java.lang.IllegalStateException: Symbol with IrPropertySymbolImpl is unbound
	at org.jetbrains.kotlin.ir.symbols.impl.IrBindableSymbolBase.getOwner(IrPrivateSymbolBase.kt:59)
	at org.jetbrains.kotlinx.serialization.compiler.backend.ir.IrBuilderExtension$DefaultImpls.searchForProperty(GeneratorHelpers.kt:342)
I can send a link to my code on Github if needed.
a
Please create a YouTrack issue with a sample project to reproduce
👍 1