Skip to content

Instantly share code, notes, and snippets.

@DmytroShuba
Created September 15, 2021 16:00
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 DmytroShuba/2e4ec5af13f95f8170d8d2e143725462 to your computer and use it in GitHub Desktop.
Save DmytroShuba/2e4ec5af13f95f8170d8d2e143725462 to your computer and use it in GitHub Desktop.
How to test Jetpack Compose - Getting started
def compose_version = '1.0.1'
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_version")
debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment