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 dbab89354a
[resources] Check cached deferreds and drop them if they are cancelled. (#4819)
6 months ago
..
AnimatedImage
SplitPane
buildSrc
gradle
resources [resources] Check cached deferreds and drop them if they are cancelled. (#4819) 6 months ago
ui-tooling-preview
.gitignore
README.md [resources] Add functions to retrieve bytes from drawable or font resources. (#4651) 7 months ago
build.gradle.kts
gradle.properties [gradle] Add validation checks on invalid xml or item type. (#4680) 7 months ago
gradlew
gradlew.bat
settings.gradle.kts
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