mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
* Update versions in examples * Add more scripts to validate example on android and k/js * Add validateExamplesIos.sh * Update CHANGELOG.md for 1.3.0 * check examples with 1.3.0-rc06 * Update the versions: compose-multiplatform - 1.3.0, kotlin - 1.8.0 * Update ComposeCompilerCompatibility (1.4.0) * Update web/yarn.lock
Libraries for Compose Multiplatform
Resources
Library to load resources, like images.
How to run demo project:
Prerequisites: to run on iOS and Android, you should have "Kotlin Multiplatform Mobile" plugin installed either in Android Studio or in AppCode with installed CocoaPods.
Run on desktop via Gradle:
./gradlew :resources:demo:desktopApp:run
Run JS in browser with WebAssembly Skia via Gradle:
./gradlew :resources:demo:shared:jsBrowserDevelopmentRun
Run MacOS via Gradle:
- on Intel CPU:
./gradlew :resources:demo:shared:runDebugExecutableMacosX64 - on Apple Silicon:
./gradlew :resources:demo:shared:runDebugExecutableMacosArm64
Tests
Run script:
./test.sh