Rick Busarow
Rick Busarow
It's the same action, just renamed and much more current. The rename meant that Renovate didn't recognize the update.
Given a type parameter of `T: List`, we should see: ```kotlin public final class InjectClass_Factory public constructor(t: javax.inject.Provider) : dagger.internal.Factory { public companion object { @kotlin.jvm.JvmStatic public final fun create(t:...
Given this test: ```kotlin compile2( """ package com.squareup.test import dagger.Lazy import javax.inject.Inject import javax.inject.Provider class InjectClass @Inject constructor( val string: String, val stringProvider: Provider, val stringListProvider: Provider, val lazyString: Lazy...
For instance, don't generate Dagger factories when `generateDaggerFactories` is false.