
implementation("androidx.compose.material3.adaptive:adaptive-layout:1.0.0-alpha11")Enables adaptive user interfaces that adjust to various window configurations, including different sizes and folding features. Provides composable functions like `currentWindowSize()`, `collectFoldingFeaturesAsState()`, and `currentWindowAdaptiveInfo()` to retrieve window information. Offers `ListDetailPaneScaffold` and `SupportingPaneScaffold` for adaptable layouts, and `ThreePaneScaffoldNavigator` for multi-destination navigation within adaptive scaffolds.