Note: You need to have Android Studio Arctic Fox to use Jetpack Compose in your project. Adding libraries Open your project-level build.gradle file, and add the following extension: buildscript {
ext {
compose_version = '1.0.0-beta08'
}
//....
} Open your app-level build.gradle file, and add the following android {…