Are there any plans to add destructors to kotlin native at least? It would make developing mpp libraries that use cinterops on the native side that much easier...
I wouldn't expect it to manage memory of cinterops allocations, therefore destructors would be very helpful in cleaning up those external memory allocations when a wrapper kotlin object is destroyed