v1.7.0-beta01
What's New
Compose Multiplatform v1.7.0-beta01 introduces a new material-navigation module and significantly improves iOS interop with updated UIKit APIs supporting resource reuse and fine-grained touch control. Desktop gains input method support for international text input and visual drag-and-drop feedback, while resource handling now supports test resources and multi-module configurations in JVM projects.
Highlights
- New material-navigation module for multiplatform projects
- Improved iOS interop with UIKitViewController API and onReset support
- Input method support for BasicTextField on Desktop (Chinese, Korean, Arabic)
- Dynamic drag-and-drop target indication with visual feedback on Desktop
- Test resources and multi-module resource support in JVM projects
- Fixed frame drops when dragging scrollable content on iOS
Breaking Changes
- UIKitView and UIKitViewController moved to androidx.compose.ui.viewinterop package
- InteropView on iOS now uses UIResponder instead of UIView as base type
- App crashes by default if CADisableMinimumFrameDurationOnPhone not set in Info.plist; use ComposeUIViewControllerConfiguration.enforceStrictPlistSanityCheck to opt-out
- Custom onResize in UIKitView is no longer supported and will print warnings
Deprecations
- UIKitView and UIKitViewController in androidx.compose.ui.interop package deprecated; migrate to androidx.compose.ui.viewinterop
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 →