Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gradle] Add "compose.material3AdaptiveNavigationSuite" shortcut (#5133)
Add `compose.material3AdaptiveNavigationSuite` shortcut: ```kotlin kotlin { sourceSets { commonMain.dependencies { implementation(compose.material3AdaptiveNavigationSuite) } } } ``` ## Release Notes ### Features - Gradle Plugin - New `compose.material3AdaptiveNavigationSuite` shortcut in the gradle plugin
- Loading branch information