martmists
07/18/2024, 3:41 PMval cppSource = projectDir.resolve("src/lib/cpp").listFiles().map { it.absolutePath }
cppSource.forEach {
extraOpts("-Xcompile-source", it)
}
but now by gradle build just exits without an error.Oleg Yukhnevich
07/18/2024, 7:51 PMinternal
API to access K/N toolchain in KGP 🙂
you can take a look on how to generally call it here, with specific example of jni task and task configuration
Once more, it’s internal
APImartmists
07/18/2024, 8:14 PM