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