You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying issue is that, while createComposeExtension() always returns an AndroidComposeExtension that properly implements several JUnit 5 extension points, its method signature returns the super interface ComposeExtension, which does not. Therefore, newer IDEs flag usages like the above with an annoying warning.
The text was updated successfully, but these errors were encountered:
The underlying issue is that, while
createComposeExtension()
always returns anAndroidComposeExtension
that properly implements several JUnit 5 extension points, its method signature returns the super interfaceComposeExtension
, which does not. Therefore, newer IDEs flag usages like the above with an annoying warning.The text was updated successfully, but these errors were encountered: