Hi everyone! Where can I find the latest version o...
# compose-web
d
Hi everyone! Where can I find the latest version of the compose compiler plugin to use for a test compose for web test project? Is it compatible with kotlinc 1.4.30? Also where can I find the compose runtime for js? Thanks for your help!
j
I think you might need to build it yourself by cherrypicking the unmerged CLs from https://android-review.googlesource.com/q/owner:andreiishikov%2540gmail.com Or, if you're very lucky, perhaps @shikasd has such a thing already built/published on his github or something. Keep in mind that web is very very very experimental and still in what I would call the early-exploration proof-of-concept stage.
s
Hi, the latest version of compiler/runtime is around here: https://github.com/ShikaSD/compose-browser-demo Note that, there's no proper UI module, so to actually build your app, so you'll have to create a lot of basic things yourself ;)
d
Thanks a lot to you two!
s
I usually try to update it as we add/fix new things, but this can also mean that sometimes it breaks ;) I have limited set of examples to verify before pushing, but it still can miss some regressions
👍 2