Version: 2.29 As per release notes of Dagger 2.29 (https://github.com/google/dagger/releases/tag/dagger-2.29) I've tried to change the `compiler` dependency to: ``` kapt "com.google.dagger:hilt-compiler:2.29-alpha" ``` This however doesn't work, if I have applied `dagger.hilt.android.plugin`. It says: ``` The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android-compiler dependency was found. ```