You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Igor Demin 6a481b32c2 Compose 1.6.2 3 weeks ago
..
.run examples README and .run configurations (#2355) 2 years ago
gradle/wrapper Migrate all samples to the new resources library (#4386) 2 months ago
screenshots Fix examples, templates (#2359) 2 years ago
src/main Update ComposeDemoAction.kt to remove unused imports (#3738) 7 months ago
.gitignore Cleanup samples and adjust for rc5 3 years ago
README.md Fix examples, templates (#2359) 2 years ago
build.gradle.kts Migrate all samples to the new resources library (#4386) 2 months ago
gradle.properties Compose 1.6.2 3 weeks ago
gradlew Update gradle wrappers (#3050) 1 year ago
gradlew.bat Update gradle wrappers (#3050) 1 year ago
settings.gradle.kts Modify replace.sh for replacing Compose version (#1511) 2 years ago

README.md

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