Files
compose-multiplatform/examples/intellij-plugin
Igor Demin 76a77d288e Fix IDE examples (#2361)
- move intellij-plugin-with-experimental-shared-base into experimental examples (it still on Compose 1.0.0)
- remove usage of deprecated DesktopTheme
- add `[examples](experimental/examples)` to the main page
2022-10-05 16:07:36 +03:00
..
2022-10-05 16:07:36 +03:00
2021-08-03 23:04:15 +03:00
2022-10-05 16:07:36 +03:00
2022-10-03 01:56:58 +02:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00
2022-10-05 13:44:37 +02: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.
  • Or choose runIde configuration in IDE and run it.
    ide-run-configuration.png
  1. create project or open any existing
  2. from menu Tools select Show Compose Demo...

screen1 screen2