Can you also explain this pinned concept a bit mor...
# kotlin-native
j
Can you also explain this pinned concept a bit more, does that mean that you can only have one instance of a class?
o
Nope, this is an object's handle similar to jobject in JNI, you can have as many of those, as you wish. It's pinned in the sense that this reference is guaranteed to refer to valid object until it's released.