prezi / gradle-haxe-plugin

Gradle Haxe Plugin
Other
23 stars 4 forks source link

Haxelib extraction does not need to happen in each sub-module separately #5

Open lptr opened 10 years ago

lptr commented 10 years ago

Currently each sub-module extracts its haxelib dependencies into build/haxelibs. This is redundant, and instead the libs could be stored in the root project, and only extracted once per project instead of once per sub-module.