We just implemented support for using Compose for Desktop in IntelliJ IDEA plugins. Take a look at <...
o
We just implemented support for using Compose for Desktop in IntelliJ IDEA plugins. Take a look at https://github.com/JetBrains/compose-jb/tree/master/examples/intelliJPlugin.
😮 3
šŸŽ‰ 25
šŸ‘ 30
a
Is it something that already can be used to build plugins?
o
sure, try it
šŸ‘ 1
a
AFAIK Compose Desktop requires Java 11, however Android Studio is bundled with Java 1.8. So I suppose this won't work well in production?
p
This is really interesting. I’d love to see someone try and copy paste whatever they do šŸ˜›
(also I assume beyond playing with it we sorta need to wait for the next compose desktop release)