implementation(Dependencies.DAGGER) kapt(Dependencies.DAGGER_COMPILER) implementation(Dependencies.DAGGER_ANDROID) implementation(Dependencies.DAGGER_ANDROID_SUPPORT) kapt(Dependencies.DAGGER_ANDROID_PROCESSOR) } x N modules
{ throw IllegalStateException("You must apply kotlin-kapt plugin to this $name project") } dependencies { val implementation by configurations val kapt by configurations implementation(Dependencies.DAGGER) kapt(Dependencies.DAGGER_COMPILER) implementation(Dependencies.DAGGER_ANDROID) implementation(Dependencies.DAGGER_ANDROID_SUPPORT) kapt(Dependencies.DAGGER_ANDROID_PROCESSOR) }