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.
 
 
 
 
Oleksandr Karpovich 50b57081ff
Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205)
11 months ago
..
AnimatedImage Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
SplitPane Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
buildSrc Support plural string resource (#4519) 2 years ago
gradle Support test resources in Compose UI tests. (#5122) 1 year ago
resources Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
ui-tooling-preview Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 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 Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
gradlew
gradlew.bat
settings.gradle.kts Update Kotlin version in components, tutorials and examples to 2.1.0 (#5205) 11 months ago
test.sh Fix native xml parser and add ios native tests (#4207) 2 years 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