Issue with latest 3.0 build (Beta 2) My project has 1 sub module by a 3rd party so I only have access to their build.gradle.
My project has 3 flavours, snap, uat, pr
Error:Cannot choose between the following configurations of project.......
There may be gradle writing problems When I changed to the following wording there is no such error
// compile project(':MPChartLib')
implementation project(':MPChartLib')
Maybe when the reference depends on other modules should be written in this implementation