Adding a `.klib` library to kotlin multiplatform
问题 I'm wondering how I'd be able to import my cinterop-ted library to gradle build of the kotlin multiplatform build. I've already created the library.def file and filled it, I also generated the library.klib and the folder that goes with it. I just don't understand how to import it into gradle. I've looked all over internet and I found a reference to Konan and I'm wondering if that's something I have to use, or if that's something being used for something similar to 'cinterop'. I've looked over