Relative Content

Tag Archive for androidandroid-studiointellij-idea

How to debug Kotlin based libraries in Android Studio?

I want to put break points in external libraries in my android project.
As I can see android studio see the implementation code in libraries that has Java code. But in Kotlin I see only the names of methods and classes.