Hey Jake <@U0BFDUP0E> , why did you decide to impl...
# announcements
a
Hey Jake @jw , why did you decide to implement reflection based dagger version ? https://github.com/JakeWharton/dagger-reflect. What's purpose?
g
This is not related to Kotlin You should just ask on issue tracker of the project instead of mentioning author in Slack
4
Also you can find answer on your question in this talk: https://jakewharton.com/helping-dagger-help-you/
g
but issue tracker makes it hard to brag on twitter that
@jw
talked to you on slack...
☝️ 2
l
@gildor Actually, it’s related to Kotlin. More specifically, to kapt 🧌
g
Same was as to APT
a
@Alexey Pushkarev TLDW; for use in development phase to get faster build times
a
@arekolek well, image the situation when you are using reflection based dagger in debug and compile time codegeneration dagger in release. You can face with problems. For example in debug everything is ok but in release you get compile errors.
j
That's addressed in the talk