CompilerOptionsHost
Functions
Link copied to clipboard
fun repeatedString(name: String, valueDescription: String, description: String, required: Boolean = true): Lazy<CompilerOption.Repeated<String>>
Link copied to clipboard
fun singularString(name: String, valueDescription: String, description: String, required: Boolean = true): Lazy<CompilerOption.Singular<String>>
fun singularString(name: String, defaultValue: String, valueDescription: String, description: String): Lazy<CompilerOption.SingularWithDefault<String>>