stringOption

Declares a raw string rule option and exposes it as a property delegate.


fun stringOption(name: String, defaultValue: String, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<String>>

Declares a raw string rule option with a default value and exposes it as a property delegate.