Is it possible to apply multiple plugins like "android-library" and "android-reporting"

Hi,

Am trying to create a unit test report for android subprojects and I want to merge all the reports in the same file with the command “mergeAndroidReports”.

When I try to add the plugin needed which is “android-reporting”, I get the following exception : Cannot add extension with name ‘android’, as there is an extension already registered with that name.

Am already using the plugin “android-library”. Is there a way to use them both ?

Cheers, Z