mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Example Compose Multiplatform based plugin for IntelliJ Idea.
A plugin, demonstrating an Intellij plugin, showing a dialog window written with Compose.
The only difference from examples/intellij-plugin is that this version does not bundle Compose runtime, which makes the plugin smaller and allows sharing Compose runtime between multiple plugins (Compose class files and native libraries are not loaded by each plugin).
Usage
- Start test IDE:
- Create a new project or open any existing;
- Select
Show Compose Demo...from theToolsmenu.


