Slide 26
Slide 26 text
26
plugins { id 'org.jetbrains.kotlin.android' version '1.4.32' }
android {
buildFeatures { compose true }
}
dependencies {
implementation 'androidx.compose.ui:ui:1.0.0-beta07'
// Tooling support (Previews, etc.)
implementation 'androidx.compose.ui:ui-tooling:1.0.0-beta07'
// Foundation (Border, Background, Box, Image, shapes, animations, etc.)
implementation 'androidx.compose.foundation:foundation:1.0.0-beta07'
...
}
build.gradle
https://developer.android.com/jetpack/compose/setup
Compose Project दೞӝ