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 63846c63c0
Compose 1.2.1 (#2453)
2 years ago
..
.run Code Viewer Example 4 years ago
android Update Android Examples 2 years ago
common Update Android Examples 2 years ago
desktop Remove import org.jetbrains.compose.compose (#2363) 2 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
screenshots Fix examples, templates (#2359) 2 years ago
.gitignore Code Viewer Example 4 years ago
README.md Replace package by packageDistributionForCurrentOS (#2390) 2 years ago
build.gradle.kts Update Android Examples 2 years ago
gradle.properties Compose 1.2.1 (#2453) 2 years ago
gradlew Fix gradlew permissions 4 years ago
gradlew.bat Code Viewer Example 4 years ago
settings.gradle.kts Update examples (#1740) 2 years ago

README.md

MPP Code Viewer example for desktop/android written in Multiplatform Compose library.

Running desktop application

  • To run, launch command: ./gradlew :desktop:run
  • Or choose desktop configuration in IDE and run it.
    desktop-run-configuration.png

Building native desktop distribution

./gradlew :desktop:packageDistributionForCurrentOS
# outputs are written to desktop/build/compose/binaries

Installing Android application on device/emulator

./gradlew installDebug

Desktop