Is there a way to override the toolchain that clio...
# kotlin-native
j
Is there a way to override the toolchain that clion uses for kotlin/native
For anyone that wants to know. Add
Copy code
set(CMAKE_Kotlin_COMPILER /opt/kotlin-native/bin/konanc)
set(CMAKE_Kotlin_CINTEROP /opt/kotlin-native/bin/cinterop)
Pathed to your install. AFTER
project(...)