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:
parent
914f2527a6
commit
403a3eccf4
6 changed files with 12 additions and 73 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue