mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.
Mozilla Public License 2.0
8 stars 9 forks source link

Running apiLint on multiple targets fails #20

Closed agi90 closed 6 years ago

agi90 commented 6 years ago

This is because we add a dependency to apidoc-plugin without checking if we already have one.

> Cannot add a configuration with name 'apidoc-plugin' as a configuration with that name already exists.