Files
compose-multiplatform/templates/multiplatform-template
Igor Demin 15f8b0bbd3 Revert Kotlin to 1.6.10
Version of Kotlin should be compatible with Compose that is set in gradle.properties
2022-04-29 16:33:55 +04:00
..
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2022-04-29 16:33:55 +04:00
2020-09-23 11:34:40 +03:00

Compose Multiplatform Application

Desktop

  • ./gradlew run - run application
  • ./gradlew package - package native distribution into build/compose/binaries

Android

  • ./gradlew installDebug - install Android application on an Android device (on a real device or on an emulator)