Hello!
Are there any tutorial on how can I debug kotlin compiler?
I have an android project and kotlin compiler crashes for some reason.
I'd like to run a debugger and find outh what causes it to crash.
ilyagulya
09/17/2020, 11:50 AM
For anyone who in the future will need to debug the kotlin compiler, here's an easy way:
1) Download kotlin repo
2) Open it with IDEA
3) add this option into gradle.properties of target project: