How to inject a fragment from the package androidx.fragment.app.Fragment ?
I\'m using the dagger-android framework to inject my dependencies in
Add the following to your gradle.properties file
android.useAndroidX = true android.enableJetifier = true