The above shows a design issue with the plugin itself where each keys are map to the Config Android. We would need to scope most settings to a per project key (ala 'android') and remove the constant mapping to the android Config scope as defined in the best practice document from sbt.
I ll try to get a pull request as soon as I have couple of hours to spare - or a hackaton as per the origin of this plugin.
Create 2 projects:
Change build.scala from main project to depend on lib:
The above will yield a collision:
The above shows a design issue with the plugin itself where each keys are map to the Config Android. We would need to scope most settings to a per project key (ala 'android') and remove the constant mapping to the android Config scope as defined in the best practice document from sbt.
I ll try to get a pull request as soon as I have couple of hours to spare - or a hackaton as per the origin of this plugin.