6832ceed67e15dc99cd1ff8999d9d7ff0cea1474
Bumps `koin` from 4.0.3 to 4.0.4. Updates `io.insert-koin:koin-core` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.3...4.0.4) Updates `io.insert-koin:koin-compose` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.3...4.0.4) Updates `io.insert-koin:koin-compose-viewmodel` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.3...4.0.4) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-compose dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.insert-koin:koin-compose-viewmodel dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Compose Multiplatform Application
Before running!
- check your system with KDoctor
- install JDK 17 or higher on your machine
- add
local.propertiesfile to the project root and set a path to Android SDK there
Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configuration
To build the application bundle:
- run
./gradlew :composeApp:assembleDebug - find
.apkfile incomposeApp/build/outputs/apk/debug/composeApp-debug.apkRun android simulator UI tests:./gradlew :composeApp:pixel5Check
Desktop
Run the desktop application: ./gradlew :composeApp:run
Run desktop UI tests: ./gradlew :composeApp:jvmTest
iOS
To run the application on iPhone device/simulator:
- Open
iosApp/iosApp.xcprojectin Xcode and run standard configuration - Or use Kotlin Multiplatform Mobile plugin for Android Studio
Run iOS simulator UI tests:
./gradlew :composeApp:iosSimulatorArm64Test
Wasm Browser (Alpha)
Run the browser application: ./gradlew :composeApp:wasmJsBrowserDevelopmentRun --continue
Run browser UI tests: ./gradlew :composeApp:wasmJsBrowserTest
Languages
Kotlin
97%
JavaScript
1.2%
Swift
1%
HTML
0.6%
CSS
0.2%