Skip to content

Files

Latest commit

2335739 · Jul 4, 2023

History

History
This branch is 593 commits behind JetBrains/compose-multiplatform:master.

widgets-gallery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Jul 4, 2023
Aug 3, 2021
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Jun 26, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023

Widgets gallery

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

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

Setting up your development environment

To setup the environment, please consult these instructions.

How to run

Choose a run configuration for an appropriate target in Android Studio and run it.

run-configurations.png

Run on desktop via Gradle

./gradlew desktopApp:run

Building native desktop distribution

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