mannodermaus / android-junit5

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

Fix inheritance hierarchy of `ComposeExtension` #319

Closed mannodermaus closed 5 months ago

mannodermaus commented 5 months ago

This avoids a false-positive warning regarding RegisterExtension.

Resolves https://github.com/mannodermaus/android-junit5/issues/318