how to use java files in Android Flavors
I have the same java class in two different Android Flavors.
When using the class, the compiler complains that he doesn’t know that class.
compileSdk and targetSdkVersion issue with Android Flavors
I had compileSdk and targetSdkVersion set to API 34 and used TypedValue.deriveDimension, which has been introduced with API 34.