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.
 
 
 
 
Nikita Lipsky 205d9c0d6f
Add resources component to multiplatform template (#2796)
2 years ago
..
.run Add iOS target to multiplatform template (#2788) 2 years ago
androidApp Add iOS target to multiplatform template (#2788) 2 years ago
desktopApp Add iOS target to multiplatform template (#2788) 2 years ago
gradle/wrapper Revert "Introduce Config.xconfig" 2 years ago
iosApp Introduce Config.xсconfig (#2792) 2 years ago
shared Add resources component to multiplatform template (#2796) 2 years ago
.gitignore Add iOS target to multiplatform template (#2788) 2 years ago
README.md Copy templates to experimental as is ... (#2786) 2 years ago
build.gradle.kts Add iOS target to multiplatform template (#2788) 2 years ago
cleanup.sh Introduce Config.xсconfig (#2792) 2 years ago
gradle.properties Add resources component to multiplatform template (#2796) 2 years ago
gradlew Copy templates to experimental as is ... (#2786) 2 years ago
gradlew.bat Copy templates to experimental as is ... (#2786) 2 years ago
settings.gradle.kts Add iOS target to multiplatform template (#2788) 2 years ago

README.md

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)