If you are in swift trying to access a Kotlin/native extension function - what does that look like? i.e. for JVM it’s expressed as a static utility / helper class.
b
basher
08/26/2019, 5:42 PM
Similar to Kotlin. Obj-C has extensions as a feature too, so it works roughly the same