I’m getting the following error trying to build a ...
# compose-desktop
k
I’m getting the following error trying to build a very simple Desktop compose app:
Copy code
org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during psi2ir
File being compiled: The root cause java.lang.IllegalStateException was thrown at: org.jetbrains.kotlin.ir.symbols.impl.IrBindablePublicSymbolBase.bind(IrPublicSymbolBase.kt:58)
I am trying a bit different module structure though. I have common module where I want all my shared compose classes and a desktop module for desktop specific classes
k
What's the version of Compose Desktop and Kotlin are you using?
o
Do you use other plugins, i.e. serialization?
also could you please report an issue
k
Kotlin: 1.5.10 Compose Desktop 0.4.0
Android Studio Bumblebee latest
I've created a sample app that has almost nothing in it (except a Buildsrc directory and 2 compose files)
a
Can you share you project to see if I can reproduce it? Another option to try it with the latest build - 0.5.0-build262 + 1.5.21
k
Trying the latest build now
Oh, wow. That worked!
Thanks
Still trying to understand the Gradle portion of this