1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Renamed libDir to target.

This commit is contained in:
Cedric Beust 2017-04-05 16:08:12 -07:00
parent edb9370988
commit 0ba9efc022

View file

@ -250,7 +250,7 @@ fun Project.install(init: InstallConfig.() -> Unit) {
}
}
class InstallConfig(var libDir : String = "libs") : IncludeFromTo()
class InstallConfig(var target : String = "libs") : IncludeFromTo()
@Directive
fun Project.assemble(init: PackageConfig.(p: Project) -> Unit): PackageConfig = let {