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 ff72d5f385
Use Web Cache API for extra layer of resources caching (#5379)
2 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 Use Web Cache API for extra layer of resources caching (#5379) 2 months ago
resources Use Web Cache API for extra layer of resources caching (#5379) 2 months ago
ui-tooling-preview Deprecate org.jetbrains.compose.ui.tooling.preview.Preview (#5453) 2 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 Bump versions (Kotlin, AGP, Gradle) (#5399) 4 months ago
gradle.properties Use Web Cache API for extra layer of resources caching (#5379) 2 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