
Enables development of applications across Android, desktop, iOS, and browser platforms. Offers setup instructions and build commands for seamless deployment and execution on each platform.
local.properties file to the project root and set a path to Android SDK thereTo run the application on android device/emulator:
To build the application bundle:
./gradlew :composeApp:assembleDebug
.apk file in composeApp/build/outputs/apk/debug/composeApp-debug.apk
Run the desktop application: ./gradlew :composeApp:run
To run the application on iPhone device/simulator:
iosApp/iosApp.xcproject in Xcode and run standard configurationRun the browser application: ./gradlew :composeApp:jsBrowserDevelopmentRun
local.properties file to the project root and set a path to Android SDK thereTo run the application on android device/emulator:
To build the application bundle:
./gradlew :composeApp:assembleDebug
.apk file in composeApp/build/outputs/apk/debug/composeApp-debug.apk
Run the desktop application: ./gradlew :composeApp:run
To run the application on iPhone device/simulator:
iosApp/iosApp.xcproject in Xcode and run standard configurationRun the browser application: ./gradlew :composeApp:jsBrowserDevelopmentRun