My (Kotlin) Android Studio project uses a pre-built, external library written in C++. I have the source for that library and would like to attach it so that I can navigate the source while debugging. I've looked around in both Studio and CLion documentation and have not found anything relevant.
Is it possible?