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.
 
 
 
 
Konstantin 21a89d989f
[resources] Add image bitmap/xml/svg bytearray converters to the corresponding source sets. (#5098)
4 months ago
..
AnimatedImage
SplitPane
buildSrc
gradle
resources [resources] Add image bitmap/xml/svg bytearray converters to the corresponding source sets. (#5098) 4 months ago
ui-tooling-preview
.gitignore
README.md
build.gradle.kts
gradle.properties [components] Enable include gradle plugin build only if it exists. 5 months ago
gradlew
gradlew.bat
settings.gradle.kts [components] Enable include gradle plugin build only if it exists. 5 months ago
test.sh

README.md

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

Tests

Run script:

./test.sh