Files
compose-multiplatform/examples/widgets-gallery
Igor Demin dbd0a21949 Modify replace.sh for replacing Compose version (#1511)
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```

They pollute templates/examples.

Now, all paths where we need to change the version are hardcoded in the script.

Usage:
```
./replace.sh 1.0.0-rc6
```

This script is planned to run on CI

In the future I will add support for changing Kotlin version
2021-12-08 10:32:18 +03:00
..
2021-10-20 19:12:19 +03:00
2021-10-20 19:12:19 +03:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00

Widget gallery

This example is derived from ComposeCookBook project by Gurupreet Singh (@Gurupreet) published under MIT license.

An example of Compose application for Desktop and Android platforms, demonstrating how to use various Material widgets.

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