for example,An android project with the variant(Flavor1 + Debug)
-
kapt
The generate source files will be put into “build/generated/source/kapt/flavor1Debug” -
apt
The generate source files will be put into “build/generated/source/apt/flavor1/debug”
what i mean is that “flavor1Debug” and “flavor1/debug” is so much different, why?