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.
 
 
 
 
dima.avdeev d2b9faa72e
examples README and .run configurations (#2355)
2 years ago
..
.run examples README and .run configurations (#2355) 2 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
src Intellij compose tool window panel (#1994) 2 years ago
.gitignore Add Compose for Intellij usage example (#1728) 2 years ago
README.md examples README and .run configurations (#2355) 2 years ago
build.gradle.kts Update Intellij Gradle plugin (#2088) 2 years ago
gradle.properties Update Kotlin version 2 years ago
gradlew Add Compose for Intellij usage example (#1728) 2 years ago
gradlew.bat Add Compose for Intellij usage example (#1728) 2 years ago
ide-run-configuration.png examples README and .run configurations (#2355) 2 years ago
settings.gradle.kts Add Compose for Intellij usage example (#1728) 2 years ago

README.md

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

  1. Start test IDE:
    • Run the following command in terminal: ./gradlew runIde
    • Or choose runIde configuration in IDE and run it.
      ide-run-configuration.png
  2. Create a new project or open any existing;
  3. Select Show Compose Demo... from the Tools menu.

screen1 screen2