mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-13 15:51:26 +00:00
* Update widgets gallery examples * Update notepad example * Update issues example This change updates: * Gradle to 7.1.1; * AGP to 7.0.0; * Compose to 1.0.0-alpha1-rc1; * Kotlin to 1.5.21. * Update image viewer example
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