v1.7.0
What's New
Compose Multiplatform v1.7.0 significantly enhances resource handling with Android asset integration and cross-platform caching, introduces new Material Navigation components, and substantially improves iOS stability with refined interop APIs and touch processing. Desktop gains modern drag-and-drop capabilities with visual feedback, while all platforms benefit from updated dependencies including Jetpack Compose 1.7.1 and improved text field support across iOS and Desktop.
Highlights
- Resources now stored in Android assets, fixing Studio Preview and WebView rendering
- New Material Navigation module (beta) and commonized adaptive navigation components
- Improved iOS interop with floating cursor support and enhanced touch processing
- Desktop drag-and-drop redesign with dynamic target indication and visual feedback
- Enhanced resource system with caching, density selection, and test resource support
- BasicTextField with TextFieldState now supports iOS and desktop input methods
- Kotlin 1.9.25 support and Skia updated to m126
Breaking Changes
- UIKitView and UIKitViewController deprecated; use new androidx.compose.ui.viewinterop APIs
- InteropView on iOS now UIResponder instead of UIView for better ViewController integration
- Apps crash by default if CADisableMinimumFrameDurationOnPhone not set; use ComposeUIViewControllerConfiguration.enforceStrictPlistSanityCheck to opt-out
- Modifier.onExternalDrag deprecated in favor of Modifier.dragAndDropTarget
- Minimum Android Gradle Plugin version raised to 8.1.0
- Resources in compose.ui deprecated; migrate to new resource library
Deprecations
- UIKitView and UIKitViewController in androidx.compose.ui.interop
- Modifier.onExternalDrag on Desktop
- Resources API in compose.ui
Recent Releases
All releases →
v1.10.1
Feb 10, 2026
Release Notes →
v1.10.0
Jan 13, 2026
Release Notes →
v1.8.1
May 20, 2025
Release Notes →
v1.8.0
May 6, 2025
Release Notes →
v1.7.3
Dec 20, 2024
Release Notes →
v1.7.1
Nov 12, 2024
Release Notes →
v1.7.0
Oct 16, 2024
Release Notes →
v1.6.11
Jun 3, 2024
Release Notes →
v1.6.10
May 21, 2024
Release Notes →
v1.6.2
Apr 10, 2024
Release Notes →
v1.6.1
Mar 14, 2024
Release Notes →