mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-09 00:01:20 +00:00
19 lines
408 B
Markdown
19 lines
408 B
Markdown
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
|
|
```
|
|
|
|
 |