I have a C++ library that i want to use in my kmp ...
# multiplatform
v
I have a C++ library that i want to use in my kmp project, which i also want to compile with gradle, i can add cmake to androidTarget, but how do i compile for iosMain? Does cinterop have an option to build with cmake first?