← View all Jetpack Compose Libraries
Jetpack Compose Wear Material 3 library
We extracted all components and modifiers in the Wear Material 3 library in one place. Find the Jetpack Compose Wear Material 3 dependency and add it to your project.
Wear Material 3 dependency
Add the Jetpack Compose Wear Material 3 library to your project by adding the following dependency to your build.gradle
file:
dependencies {
implementation "androidx.wear.compose:compose-material3:1.0.0-alpha15"
}