Files
compose-multiplatform/examples/intellij-plugin
Oleksandr Karpovich 0b429b6ac9 Update all versions for 1.3.1 + update Changelog (#2856)
* Add changes for 1.3.1 + update Changelog

Versions:
compose 1.3.1
kotlin 1.8.10
compiler: 1.4.2

* revert version update in experimental examples

* Update CHANGELOG.md
2023-03-10 09:53:41 +01:00
..
2022-10-05 16:07:36 +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
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