Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Last active November 15, 2022 12:27
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/cbfd192f8cd3d7c96440f42e2a48c06f to your computer and use it in GitHub Desktop.
Save landarskiy/cbfd192f8cd3d7c96440f42e2a48c06f to your computer and use it in GitHub Desktop.
dependencies {
//No more need
//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)
//No more need
//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