Project Config
data class ProjectConfig(var type: ProjectType? = null, var side: ProjectSide? = null, var updateStrategy: UpdateStrategy? = null, var redistributable: Boolean? = null, var subpath: String? = null, var aliases: MutableSet<String>? = null, var export: Boolean? = null)
Constructors
Link copied to clipboard
constructor(type: ProjectType? = null, side: ProjectSide? = null, updateStrategy: UpdateStrategy? = null, redistributable: Boolean? = null, subpath: String? = null, aliases: MutableSet<String>? = null, export: Boolean? = null)