Ahmed Ibrahim
09/11/2020, 9:45 AMIntoSet
bindings, If I add an element to the set, and build, that new element isn't part of the generated set that gets injected. What I need to do is first delete the build
folder from the $projectDir
then run ./gradlew assemble
with no-build-cache
to make sure that build cache doesn't get hit while KAPT generates the classes. This of course increase the build time.
Has anyone faced this problem? Is there a solution to it?