Isn’t there a way to access the Kotlin bindings for Apple libraries even on a Windows system?
My goal is to write the code in my IDE on Windows (with proper completion) but not necessarily build any executable or run any code (that will be done on macOS on the CI). I just would like code completion on Windows, so that would technically just require the Kotlin bindings without the actual Apple runtime.