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