How would I make a C++ library wrap a Kotlin/Native binary in the same Gradle project? (ideally with...
m
How would I make a C++ library wrap a Kotlin/Native binary in the same Gradle project? (ideally without subprojects). I tried applying the cpp-library plugin but it seems the different
implementation
configurations conflict