Compose Multiplatform for Kotlin

Hello everyone! Is compose Multiplatform absolutely free? How can I use compose Multiplatform with eclipse or any other text editor, but not Intellij IDEA?

Hello - I hope you’re having a nice day,

Compose Multiplatform is free!

In this article (https://github.com/JetBrains/compose-jb/blob/master/tutorials/Getting_Started/README.md) it mentions that Compose Multiplatform can work in other text editors:

To use Compose Multiplatform in other text editors, you can refer to the ‘Create new Compose project without the (IntelliJ) wizard’ section of the page:

Try and follow the instructions and see how it goes - it doesn’t seem to be IDE specific so I’d assume it would work well on other IDEs.

Perhaps in the future you could consider switching to IntelliJ as the community edition is free and works with Compose Multiplatform and it should be much easier than using Eclipse or a similar IDE. Good luck nonetheless.

I hope this is useful!

Cheers,
thebluepandabear

1 Like