Relocating the original post: Hey folks, does anyo...
# kotlin-native
s
Relocating the original post: Hey folks, does anyone know if there's a way to compile a multiplatform project via clang-cl or MSVC instead of MinGW? I'm trying to do some kotlin native development for Windows only, and I'd like to interop with https://github.com/microsoft/Detours which uses a few Microsoft extensions to C (such as
__try
for SEH) and a few MSVC preprocessor flags.
l
Belongs to this one, #kotlin-native
a
Hello, @Sam Garfinkel! For now, there is no way to achieve your goals, as far as I know. Other C compilers support is not provided, and it is not coming in the nearest future(https://github.com/JetBrains/kotlin-native/issues/3015)