Open cesarsicas opened 5 years ago
Thank you for pointing out the issue. I am looking into it.
@cesarsicas You can use the plugin on java modules as long as you don't specify unitTestCoverage = true
. I am looking into how to support this functionality, in the meantime, you can use the plugin without test coverage on java modules.
Hi, i'm testing the lib on a project with three different Modules. Two of them are Android Dependent, so they have android and flavors configured on Gradle. The android-analyzer is working perfectly on these modules.
But, one of the modules doesn't have any Android dependency. When i try to include android-analyzer and run the task, the Gradle emit the following error (domain is my module):
Any help with this ? Is there a way to configure the lib with a non-android project ?
Thanks in advance !