Hello! Is varargs unsupported in kmm?
# multiplatform
p
Hello! Is varargs unsupported in kmm?
m
Sure, why not?
j
It's supported within Kotlin code, yes. Any public functions in native APIs won't appear as variadic functions in C or ObjC though. The vararg will appear as a KotlinArray parameter.
p
Oh no sorry I used C syntax for varargs 🙈