Sergey
Results
1
comments of
Sergey
Simply add this to top level build.gradle into **allprojects** section ``` subprojects { afterEvaluate { project -> if (project.hasProperty('android')) { project.android { if (namespace == null) { namespace project.group }...