Files
compose-multiplatform/examples/intellij-plugin
Alexey Tsvetkov ef205f64bc Add Compose for Intellij usage example (#1728)
* Add example of using Compose for Intellij plugin

* Add instruction on how to use Compose for Intellij plugin
2022-01-21 17:09:45 +03:00
..
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00

Example CFD based plugin for IntelliJ Idea.

To run the example:

  1. from directory compose-jb/examples/intellij-plugin run command in terminal: ./gradlew runIde
  2. create project or open any existing
  3. from menu Tools select Show Compose Demo...

screen1 screen2