open class ProjectSettings : RusticConfigurableBase
ProjectSettings()
open var projectLocation: String?
open fun projectLocation(value: String?): Unit