I have a multi project gradle build, configured in this way:
root | |---- projectA | |---- projectB
I want to declare in the ro
ro
If you got the 'java' plugin has been applied, but it is not compatible with the Android plugins error, try this
subprojects { afterEvaluate { dependencies { implementation "YOUR DEPENDENCIES" } } }