I'm trying to figure out how to read the Kotlin Native runtime code efficiently which lies in the <k...
b
I'm trying to figure out how to read the Kotlin Native runtime code efficiently which lies in the kotlin-native/runtime directory written in C++. It seems that the CMakeLists.txt is deprecated and the runtime is configured built through a gradle plugin, so it there a official way to set up a IDE(like CLion) to navigate the C++ code?