okay I really need to know how to get a reference ...
# kotlin-native
m
okay I really need to know how to get a reference to a static object because I have
Copy code
val x = cValue<...> { ... }
but every time I do
x.getPointer(someScope)
it has a different value
Copy code
Address [expected]: CPointer(raw=0x56407a4ce468)
Address [repeated]: CPointer(raw=0x56407a4ce9a8)