robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Ignore user defined RoboVM dependencies #36

Open badlogic opened 9 years ago

badlogic commented 9 years ago

Many users mix and match libGDX and or RoboVM versions. The plugin should add the RoboVM runtime libs according to its version and remove any of the dependencies users or 3rd part libs specified.

This is not an issue with Maven as that allows optional dependencies.