mannodermaus / android-junit5

Testing with JUnit 5 for Android.
Apache License 2.0
859 stars 52 forks source link

Allow autoconfiguration of Compose integration via the plugin #327

Closed mannodermaus closed 5 months ago

mannodermaus commented 5 months ago

It needs to detect an androidx.compose artifact in the androidTestImplementation configuration for this to work, but from there it sets itself up automatically, just like the main libraries do when they see junit-jupiter-api