Skip to content

Instantly share code, notes, and snippets.

@zurche
Last active July 17, 2023 14:31
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 zurche/95d3ac65488055846d1732bfca751a0a to your computer and use it in GitHub Desktop.
Save zurche/95d3ac65488055846d1732bfca751a0a to your computer and use it in GitHub Desktop.
App Gradle File
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment