[ksp] Dagger fails to resolved ViewBinding classes generated by the Android Gradle plugin · Issue #4049 · google/dagger

I have a class that uses ViewBinding as a generic parameter: @AndroidEntryPoint public class DownloadsFragment : BindingFragment<DownloadsListBinding>(DownloadsListBinding::inflate) { @Inject inter...</downloadslistbinding>