arg
Adds argument with the specified name and values.
Deprecated
This function with Any parameters is scheduled for removal in Kotlin 2.2. Consider migrating to the function with String parameters.
Replace with
arg(name.toString(), *values.map { it.toString() }.toTypedArray())
Content copied to clipboard
Adds argument with the specified name and values.