How to debug kotlin code in java library
SJX516 opened this issue · 1 comments
SJX516 commented
I hava a module similar with "gradle/hello-world" in Android Project(Using Android Studio), and I can run this module use gradle task like ":module:run". however, I found I cannot debug the kotlin code, the normal debug entrance for java is report a error "cannot find or load the main class xx.xxKt", anybody help?
yole commented
Please post your question on StackOverflow or on the Kotlin forums.