uber / okbuck

OkBuck is a gradle plugin that lets developers utilize the Buck build system on a gradle project.
Other
1.54k stars 168 forks source link

Dagger + Kapt cannot find Dagger.Generated annotation with default config #834

Open NickFirmani opened 5 years ago

NickFirmani commented 5 years ago

When running with a very base Dagger setup, the Generated annotation is not found by Buck - perhaps related to https://github.com/google/dagger/issues/1449

Copying the same file into the host repo allows compilation to continue

I've prepared a simple project to reproduce this issue: https://github.com/NickFirmani/android-template/commit/fda3d1a5c95c769d835e318e97053f363fc31951#diff-c3e9e5b7d1a69c9a146a4e70ef64af2b

kageiit commented 5 years ago

cc @thalescm