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.
 
 
 
 
Alexey Tsvetkov 314f5af47f Update all examples with Compose Application DSL 4 years ago
..
.run Code Viewer Example 4 years ago
android Move codeviewer to 0.1.0-m1-build57 4 years ago
common Use memory mapping and filter hidden files. (#44) 4 years ago
desktop Update all examples with Compose Application DSL 4 years ago
gradle/wrapper Code Viewer Example 4 years ago
.gitignore Code Viewer Example 4 years ago
README.md Update all examples with Compose Application DSL 4 years ago
build.gradle.kts Update all examples with Compose Application DSL 4 years ago
gradle.properties Code Viewer Example 4 years ago
gradlew Fix gradlew permissions 4 years ago
gradlew.bat Code Viewer Example 4 years ago
settings.gradle.kts Code Viewer Example 4 years ago

README.md

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

Running desktop application

./gradlew :desktop:run

Building native desktop distribution

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

Installing Android application on device/emulator

./gradlew installDebug