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.
 
 
 
 
vdshb 67da8d12f9
Improve SplitPaneState (#3974)
2 weeks ago
..
AnimatedImage Update dependency versions and refactor build configs (#4215) 5 months ago
SplitPane Improve SplitPaneState (#3974) 2 weeks ago
buildSrc Support plural string resource (#4519) 3 months ago
gradle Change dependency on the foundation to the ui and update coroutines version to avoid resolve issues. (#4660) 2 months ago
resources [resources] Read exactly requested count of bytes from InputStream on jvm platforms. (#4943) 3 weeks ago
ui-tooling-preview Added WASM to components.uiToolingPreview library (#4286) 5 months ago
.gitignore [components/resources] add resource("img.png"). rememberImageBitmap() (#2483) 2 years ago
README.md [resources] Add functions to retrieve bytes from drawable or font resources. (#4651) 2 months ago
build.gradle.kts [resources] Add binary compatibility validator and API dump to the resources library (#4888) 1 month ago
gradle.properties [gradle] Add validation checks on invalid xml or item type. (#4680) 2 months ago
gradlew Custom components template. (#206) 4 years ago
gradlew.bat Custom components template. (#206) 4 years ago
settings.gradle.kts [resources] Add binary compatibility validator and API dump to the resources library (#4888) 1 month ago
test.sh Fix native xml parser and add ios native tests (#4207) 5 months ago

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