Chilli
06/05/2024, 10:31 AMkbhit() from conio.h in my project. It seems to be working; however I have the full header path in my .def file:
headers = D:\\Projects\\pilock\\gpio4k\\src\\nativeInterop\\cinterop\\input.h
Any way to make it work with a relative path? headers = input.h didn't work, despite the fact it's in the same directory as input.def … Google yielded no resultsAdam S
06/05/2024, 11:55 AMbuild.gradle.ktsChilli
06/05/2024, 2:17 PMheaders = gpio4k/src/nativeInterop/cinterop/input.h (which is the path relative to the project directory) and headers = src/nativeInterop/cinterop/input.h (relative to the build.gradle.kts (multi-module project)), none of these seemed to work correctly