Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
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 94f8239087 Fix gradlew permissions 5 years ago
..
.run Code Viewer Example 5 years ago
android Code Viewer Example, comment about file in assets/data 5 years ago
common Code Viewer Example, fix typo 5 years ago
desktop Multiplatform template in IDEA / Android Studio. Add comment about issue 5 years ago
gradle/wrapper Code Viewer Example 5 years ago
.gitignore Code Viewer Example 5 years ago
README.md Code Viewer Example 5 years ago
build.gradle.kts Code Viewer Example 5 years ago
gradle.properties Code Viewer Example 5 years ago
gradlew Fix gradlew permissions 5 years ago
gradlew.bat Code Viewer Example 5 years ago
settings.gradle.kts Code Viewer Example 5 years ago

README.md

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

To run desktop application execute in a terminal: ./gradlew desktop:run

To install android application on device/emulator: './gradlew installDebug'