option
Adds an option with name and value.
Adds an option with name only.
Deprecated
This function with Any parameters is scheduled for removal in Kotlin 2.2. Consider migrating to the function with String parameters.
Replace with
option(name.toString(), value.toString())
Content copied to clipboard
Adds an option with name and value.
Expected name and value type is String.
Deprecated
This function with Any parameter is scheduled for removal in Kotlin 2.2. Consider migrating to the function with String parameter.
Replace with
option
Content copied to clipboard
Adds an option with name only.