I tried out CfD for js (experimental) and I'm gett...
# compose-desktop
e
I tried out CfD for js (experimental) and I'm getting a lot of
Internal error in body lowering
back end IR errors. Is the project in a state where bug reports would just be noise because it's still experimental, or would they be helpful. If the latter, what is the best place to report them (Kotlin youtrack or compose-jb issue tracker)?
o
IR errors are definitely not noise. Please submit your issue here https://github.com/JetBrains/compose-jb/issues
e
Just realized that the issue was I'm using a gradle convention plugin that disables the compose compiler for targets other than android/jvm. Just fixed that, and it works!