ihmcrobotics / ihmc-build

Composite build and IDE classpath seperation support for JVM Gradle projects.
Apache License 2.0
5 stars 4 forks source link

Kotlin support: Fix dynamic configuration methods for dependencies #66

Closed calvertdw closed 5 years ago

calvertdw commented 5 years ago

Maybe rethink the strategy for the dependency blocks.

But at least make sure there is an easy way to access the dependencies.

Currently the user must do:

ihmc.sourceSetProject("testing").dependencies {
    // declare dependencies here
}

Which does NOT support custom version interception!!

Figure out how to replicate the way Kotlin does the api addition via java-library plugin.