Closed fathonyfath closed 1 year ago
Sorry, I thought I've searched the issue tracker before posting this issue.
@vRallev related to this issue, is there a way to use component builder/factories with dagger ksp? I get this same error when using dagger ksp and anvil
Running Anvil with Dagger KSP throws the following error on
:app:kspDebugKotlin
tasks:I have the following Dagger configuration:
and the following gradle build script:
Switching to Dagger KAPT solves the issue.