Sergey Chelombitko
09/15/2025, 8:35 PMkotlin {
androidNativeArm64 {
compilations.named("main") {
cinterops.register("main") {
compilerOpts("-ID:/Apps/VulkanSDK/Include")
}
}
}
}
I want to use the latest version of Vulkan headers from Vulkan SDK, but the headers from the sysroot path always get the priority:
// This includes Vulkan 1.0 header from $HOME\.konan\dependencies\target-toolchain-2-windows-android_ndk/sysroot/usr/include\vulkan/vulkan.h
#include <vulkan/vulkan.h>Matt Nelson
09/19/2025, 3:12 PMSergey Chelombitko
09/19/2025, 3:30 PM