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.
 
 
 
 
Oleksandr Karpovich bc6d42ef44
Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651)
1 year ago
..
.run Fix IDE examples (#2361) 2 years ago
gradle/wrapper Fix IDE examples (#2361) 2 years ago
screenshots Fix IDE examples (#2361) 2 years ago
src Fix IDE examples (#2361) 2 years ago
.gitignore Fix IDE examples (#2361) 2 years ago
README.md Fix IDE examples (#2361) 2 years ago
build.gradle.kts Fix IDE examples (#2361) 2 years ago
gradle.properties Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) 1 year ago
gradlew chmod +x gradlew 2 years ago
gradlew.bat Fix IDE examples (#2361) 2 years ago
settings.gradle.kts Fix IDE examples (#2361) 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