gildor
apply plugin: 'kotlin-kapt'
...
implementation 'com.google.dagger:dagger:2.11'
kapt 'com.google.dagger:dagger-compiler:2.11'