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 e6dfc33f3a
Remove mavenLocal from templates, keep in examples (#719)
3 years ago
..
android Move to 0.3.0-rc1 (#410) 3 years ago
common Move to build 0.3.1. 3 years ago
desktop Move to 0.3.0-rc1 (#410) 3 years ago
gradle/wrapper Use 0.4.0-rc2 in examples (#720) 3 years ago
screenshots Added screenshots for examples. 4 years ago
.gitignore Unify .gitignore across all examples and templates 4 years ago
README.md Added screenshots for examples. 4 years ago
build.gradle.kts Remove mavenLocal from templates, keep in examples (#719) 3 years ago
gradle.properties Add issues. 4 years ago
gradlew Add issues. 4 years ago
gradlew.bat Add issues. 4 years ago
settings.gradle.kts Fix multiplatform projects in IDEA / Android Studio 4 years ago

README.md

Github Issues viewer example written in Jetpack Compose UI library.

Running desktop application

./gradlew :desktop:run

Building native desktop distribution

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

Desktop