Slackbot
01/25/2022, 10:20 AMChris
01/25/2022, 10:22 AMfeatureflag is just another gradle module.Chris
01/25/2022, 10:24 AMChris
01/25/2022, 11:48 AMfeatureflag module has an android dependency but usecases doesn't and that's the reason for the problem?
So then because featureflag has an android dependency, then usecases will need one too ? ? ?
But, I thought that the implementation declaration in the gradle file, means that usecases shouldn't care about how the outputs of featureflag are built. Is my understanding not correct?