1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Added dependsOn().

This commit is contained in:
Cedric Beust 2017-03-24 13:52:41 -07:00
parent 3476a9b0c6
commit 0bdc071dcf

View file

@ -100,6 +100,7 @@ open class Project(
val testProvidedDependencies : ArrayList<IClasspathDependency> = arrayListOf()
fun testsDependOn(vararg projects: Project) = testsDependOn.addAll(projects)
fun dependsOn(vararg projects: Project) = dependsOn.addAll(projects)
/** Used to disambiguate various name properties */
@Directive