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