Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
For this code:
I have a compiler error with two strange messages:
e: file:///C:/Users/Usuario/Projectes/b4work-android/app/src/androidTest/java/com/innopro/b4work/FiltersFragmentTest.kt:19:9 Cannot access class 'androidx.fragment.app.FragmentFactory'. Check your module classpath for missing or conflicting dependencies
e: file:///C:/Users/Usuario/Projectes/b4work-android/app/src/androidTest/java/com/innopro/b4work/FiltersFragmentTest.kt:19:35 Type argument is not within its bounds: should be subtype of 'Fragment'
I'm using the latest fragment test libraries in a project with targetsdk 34So FragmentFactory should indeed be in the classpath. And FiltersFragment inherits at some point from androix.fragment.app.Fragment
Please confirm me if you need more info