Last active
December 24, 2023 10:55
-
-
Save sebaslogen/ed007690689b7ff481c0b305572cfdbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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