Is there a way to define finalizers/destructors in...
# kotlin-native
i
Is there a way to define finalizers/destructors in Kotlin Native? I'm experimenting with high-level bindings for Gtk, and would like to automatically wrap GObject reference counting, in particular, calling
unref()
.