With kotlin native how do I include a created cinterop library with the final executable. Currently when I try to run the executable generated from my project it is looking for the .so file the corresponds to the library that I used the cinterop tool on, I would rather that this gets built into the final executable so that the end user does not have to install this dependency along with the project. I have already tried to use the staticLibrary option in the .def file