Jetbrains looks like it’s about to release Compose ui for ios, and web!

https://github.com/JetBrains/compose-jb/tree/master/examples/minesweeper

https://github.com/JetBrains/compose-jb/tree/master/examples/falling-balls-mpp

Looks like it requires compose verison 1.1.0-beta04, but that’s not up yet. And the annotation:

compose.experimental { web.application {} uikit.application {} } 

Edit:Built it myself. And it is indeed running on ios and browser! Seems to be running well

Video below. (This is the ios simulator). I did try my actual iphone, which built. But on launch xcode complained(“CFBundleExecutable” specifies a file that is not executable)Where CFBundleExecutable is defined as $(EXECUTABLE_NAME).If anyone knows an easy fix for that let me know.

https://reddit.com/link/s8trlo/video/jwdvrgcptyc81/player

If anyone else can’t wait to try it. Here’s a my locally published repo (mavenLocal) of their master branch of what I think they are calling 1.1.0-beta04: https://drive.google.com/file/d/1DuxG_ilgr2EvP_LG7v__ZKdZqYUPyTFM/view?usp=sharing

Fyi, in my own example project (their examples built as is) I ran into this issue to build js, and had to apply the workaround they mentioned.

submitted by /u/slightly_salty
[link] [comments]