Rahul Sainani
Rahul Sainani
Sorry, my message wasn't framed correctly, I should have added that: We have a single activity and we initialise the debug drawer in the application, but since adding the PreDrawListener,...
Hi @pandulapeter Sorry for the delay on my side. Switched project. I tried to use the same code and realised that the error happens because we call `SetContent` inside `onPreDraw`....
It looks like sonarqube is the culprit with usages of some gradle internal apis. https://github.com/SonarSource/sonar-scanner-gradle/blob/master/src/main/java/org/sonarqube/gradle/AndroidUtils.java#L32 https://github.com/SonarSource/sonar-scanner-gradle/blob/master/src/main/java/org/sonarqube/gradle/SonarQubeTask.java#L30
Update: Was able to successfully integrate sonarqube and jacoco plugin but not android analyzer on gradle 6+. It is actually an issue with this plugin it seems.
@android10 Thanks for the review Fernando! 🙌 I agree about networking and rest of "core/lib" functionality being features but wanted to separate them into independent functionalities. We can also keep...