Paul Woitaschek
04/21/2021, 5:41 AMdependencies {
implementation(libs.dagger.runtime)
}
With:
Could not find method implementation() for arguments [provider(?)]
Is there any way to fix this without moving it to afterEvaluate?tapchicoma
04/21/2021, 7:27 AM"implementation"(libs.dagger.runtime)
Paul Woitaschek
04/21/2021, 7:28 AMPaul Woitaschek
04/21/2021, 7:29 AMVampire
04/21/2021, 7:30 AMafterEvaluate
probably wouldn't help either except if you use Groovy DSL, as the accessor would still not be there and thus not compileVampire
04/21/2021, 7:31 AMbuildSrc
Paul Woitaschek
04/21/2021, 7:31 AMVampire
04/21/2021, 7:32 AMVampire
04/21/2021, 7:32 AMPaul Woitaschek
04/21/2021, 7:33 AMVampire
04/21/2021, 7:34 AMpluginManager.withPlugin('theplugintoreactto') {
implementation...
}
Vampire
04/21/2021, 7:34 AMVampire
04/21/2021, 7:35 AMPaul Woitaschek
04/21/2021, 7:49 AMPaul Woitaschek
04/21/2021, 7:50 AM