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

Delete JavaProject/KotlinProject.

This commit is contained in:
Cedric Beust 2016-02-07 16:59:03 -08:00
parent 914f2527a6
commit 403a3eccf4
6 changed files with 12 additions and 73 deletions

View file

@ -9,7 +9,7 @@ import java.io.File
import java.util.*
open class Project(
@Directive open var name: String,
@Directive open var name: String = "",
@Directive open var version: String? = null,
@Directive open var directory: String = ".",
@Directive open var buildDirectory: String = KFiles.KOBALT_BUILD_DIR,