longOption

Declares a long integer rule option and exposes it as a property delegate.


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

Declares a long integer rule option with a default value and exposes it as a property delegate.