I'm getting a different IR generation error with k...
# jvm-ir-backend-feedback
p
I'm getting a different IR generation error with kotlinx-serialization & 1.4.30:
Caused by: java.lang.IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:io.inductiveautomation.devbot.slack.model.IncomingView.StateHolder
(starting a thread)
✔️ 1
Full error from Gradle
This is the file called out in the error
Changing
destructured
to a computed property gets things working
i
Thank you! This is a known issue - https://youtrack.jetbrains.com/issue/KT-43167
👍 1