Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save landarskiy/5cd8042d3c646cf9dc89fd25d324b5d1 to your computer and use it in GitHub Desktop.
Save landarskiy/5cd8042d3c646cf9dc89fd25d324b5d1 to your computer and use it in GitHub Desktop.
dependencies {
val composeBom = platform(libs.androidx.compose.bom)
implementation(composeBom)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.ui)
implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.core.ktx)
testImplementation(libs.junit4)
androidTestImplementation(composeBom)
androidTestImplementation(libs.androidx.test.ext)
androidTestImplementation(libs.androidx.test.espresso.core)
androidTestImplementation(libs.androidx.compose.ui.test)
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.testManifest)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment