<Compose Multiplatform 1.6.0 – Resources, UI Testi...
# feed
r
Compose Multiplatform 1.6.0 – Resources, UI Testing, iOS Accessibility, and Preview Annotation Compose Multiplatform is a declarative UI framework built by JetBrains that allows developers to share UI implementations across different platforms. The 1.6.0 release brings several powerful features, as well as compatibility with the latest Kotlin version and changes from Google’s latest Jetpack Compose update. Get Started with Compose Multiplatform This release of Compose Multiplatform: For […]
🎉 15
j
Wow, I missed the
@Preview
support in Fleet 🚀. What does it use to render internally, jvm or wasm?
z
It renders using the JVM Desktop target.
thank you color 1
c
Wait, since when has it been possible to use the multiplatform resources from outside composables? https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html#a2bc712f
Granted, it is a suspend function but this would still be so useful for sharing string resources between Android and iOS even when not using CMP.