:wave: Is it possible to use any other UI framewor...
# intellij-plugins
r
👋 Is it possible to use any other UI framework to build UI's while writing intellij plugin, other than Swing? Is compose supported?
Wanted to check, if any one had luck building the plugin using jetpack compose without any issues for Android Studio. Before, I start poking around swing components 🙂
h
r
Thanks Philip. Any known issues or lookouts i need to be aware of - if you have faced any.
p
AFAIK, the issue is that you’ll have to implement the regular Intellij look and feel yourself, otherwise the UI will be inconsistent with the rest of IDE UI. This project solves this, but it’s currently WiP
r
Thanks Pavel.