Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Last active December 24, 2023 10:55
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 sebaslogen/ed007690689b7ff481c0b305572cfdbf to your computer and use it in GitHub Desktop.
Save sebaslogen/ed007690689b7ff481c0b305572cfdbf to your computer and use it in GitHub Desktop.
android {
testOptions {
unitTests {
includeAndroidResources = true
}
}
}
dependencies {
testImplementation 'junit:junit:4.+'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.compose.ui:ui-test-junit4:1.5.4'
debugImplementation 'androidx.compose.ui:ui-test-manifest:1.5.4'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment