It's only support in compose-compiler-plugin that was merged, even compose-runtime part is still missed.
s
shikasd
04/07/2021, 4:03 PM
I think now that it's merged I can delegate all these questions to Compose Web team 😅
The runtime wasn't merged due to build infra constraints afaik, but it can be found in JB fork here: https://github.com/JetBrains/androidx/tree/compose-web-main
K 3
👍 4
👍🏼 2
e
eygraber
04/08/2021, 6:24 AM
Is there any public discussion about what was needed to support Kotlin/JS and how your contribution provides that?
I'm not well versed enough to pick up on it from a quick read through the changes, but I'm interested in the topic.
s
shikasd
04/08/2021, 8:25 AM
I don't think we discussed this anywhere that much, I just started working on it at some point
I am thinking about sharing some details in an article, but tldr is "correcting generated IR until JS compiler is happy"