Hi! Are there any docs on how to work with the kotlin native source code? More specifically I would like to make some changes to the runtime C++ code to add some debugging facilities to get more insights into unexpected freezing. Are you guys using CLion for the C++ code? What about the Kotlin code?
i
Iaroslav Postovalov
10/15/2020, 4:58 PM
CLion was used both for C/C++ and Kotlin code before, but now you should use CLion only for C/C++ code and IDEA for Kotlin.
k
kpgalligan
10/15/2020, 7:03 PM
The actual C++ runtime? I’ve done edits, but never used CLion there (I have done C++ linking against the runtime from CLion, though). What kind of debugging?