I am developing a multiproject in gradle using monorepo.
Several projects are Kotlin/Multiplatform, another project is cpp-library. I want to pull my cpp-library artifacts into one of the Kotlin/Multiplatform projects using cinterop.
Is it possible to have a C library in a separate gradle subproject and then access it via cinterop for the nativeMain implementation?
Best regards Kristoffer