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
When using me.tatarka.inject.generateCompanionExtensions = true, code generated with kotlin-inject-anvil is not compiling.
Setting the option to true disables the creation of public fun KClass<KotlinInjectAppComponent>.create(): KotlinInjectAppComponent = InjectKotlinInjectAppComponent()
but kotlin-inject-anvil generates a function that relies on it public fun KClass<AppComponent>.create(): AppComponent = KotlinInjectAppComponent::class.create()