v1.6.10-beta01
What's New
Compose Multiplatform v1.6.10-beta01 introduces experimental multiplatform support for Lifecycle, ViewModel, and Jetpack Navigation, enabling shared architecture patterns across iOS, Android, desktop, and web. The release significantly enhances iOS accessibility with improved dialog handling and interop support, adds web clipboard integration and virtual keyboard support, and expands the resource system with plural strings and SVG drawable support. Critical iOS pre-17 device crash and Java 17 desktop requirement are known issues requiring attention.
Highlights
- Experimental multiplatform Lifecycle and ViewModel support with full documentation
- Experimental multiplatform Jetpack Navigation routing support across all platforms
- Multi-module projects and Compose resources publication now supported
- Comprehensive iOS accessibility improvements including dialogs, popups, and interop views
- Desktop BasicTextField2 basic support with full support planned for 1.7.0
- Web virtual keyboard support and browser clipboard event integration
- Enhanced resource system with plural strings, SVG drawables, and three-letter locales
Breaking Changes
- lifecycle-runtime now requires Java 17 or above on desktop, breaks Java 11 compatibility
- inline fun <reified VM> viewModel(...) unavailable from common, use fun <VM> viewModel(KClass, ...) instead
Recent Releases
All releases →
v1.11.0-alpha03
Feb 25, 2026
Release Notes →
v1.10.1
Feb 10, 2026
Release Notes →
v1.11.0-alpha02
Jan 27, 2026
Release Notes →
v1.10.0
Jan 13, 2026
Release Notes →
v1.11.0-alpha01
Dec 16, 2025
Release Notes →
v1.10.0-rc02
Dec 9, 2025
Release Notes →
v1.10.0-rc01
Dec 2, 2025
Release Notes →
v1.10.0-beta02
Nov 20, 2025
Release Notes →
v1.9.3
Nov 6, 2025
Release Notes →
v1.10.0-beta01
Nov 4, 2025
Release Notes →
v1.9.2
Oct 29, 2025
Release Notes →