Also, you can add dependencies to all projects with applied kapt (withPlugin method of Project)
e
efemoney
01/28/2018, 9:58 AM
I'm not sure I understand. Can you show me a sample?
g
gildor
01/28/2018, 10:05 AM
Gradle allows to apply some config to any project with specific plugin using withPlugin API, so for example if you applied kapt to a project you can also add dependencies for dagger