freeletics / khonshu

Khonshu is the foundation of how we build apps at Freeletics. It provides the general set up for screens as well as navigation.

Home Page:https://freeletics.github.io/khonshu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run kapt/dagger in whetstone tests

gabrielittner opened this issue · comments

While the tests currently check that everything compiles it would be nice to additionally also run them with kapt and a fake component to see that it will work as expected with Dagger actually using the generated code.

Needs to wait for #277, when we start using Anvil's test helpers which make setting this up a lot easier.

Doesn't work right now with our set up of running tests in an Android module.