Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
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.
 
 
 
 
Nikita Lipsky 476ea6a19c
Introduce public API for clearing internal resource caches (#5341)
6 months ago
..
AnimatedImage Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
SplitPane Fix typo errors in SplitPane.kt (#5200) 10 months ago
buildSrc Support plural string resource (#4519) 2 years ago
gradle Support test resources in Compose UI tests. (#5122) 1 year ago
resources Introduce public API for clearing internal resource caches (#5341) 6 months ago
ui-tooling-preview Update Preview.kt doc (#5346) 6 months ago
.gitignore [components/resources] add resource("img.png"). rememberImageBitmap() (#2483) 3 years ago
README.md [resources] Add functions to retrieve bytes from drawable or font resources. (#4651) 2 years ago
build.gradle.kts Pack all resources to assets on the android target. (#4965) 2 years ago
gradle.properties Introduce public API for clearing internal resource caches (#5341) 6 months ago
gradlew Custom components template. (#206) 5 years ago
gradlew.bat Custom components template. (#206) 5 years ago
settings.gradle.kts Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
test.sh Add a blocking resources loading for web tests (#5248) 10 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