Adam S
07/13/2023, 9:33 AMval klibFile: Provider<File> = tasks
.withType<CInteropProcess>()
.named("cinteropRocksdbLinuxX64")
.flatMap { it.outputFileProvider }
But after updating to 1.9 this file is empty, and I can’t see any .klib file in the build directory. Is there another Gradle task that outputs the .klib?
I can see the .klib files are generated into $projectRoot/.gradle/kotlin/kotlinCInteropLibraries
, but I can’t see how to get these via a Gradle taskAdam S
07/14/2023, 9:16 AMheaderFilter = *
was in the .def file. But my project is very messy so I’m not sure!