https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Matt Kranzler

06/04/2020, 3:21 PM
Hello, I'm just getting started with KMP and I'm using the KaMP kit to boostrap a project. I'm having issues with Intellij (2020.1.2) locking up any time I try to debug a unit test. If I run the test it will execute fine but as soon as I try to debug it will lock up Intellij completely and I have to force quit. I also tried Android Studio 4.0 and have the same issue. Has anyone else experienced this?
r

russhwolf

06/04/2020, 4:06 PM
Haven't ever seen that issue. Is this happening in one of the existing KaMPKit tests or a new one you added? Debugging in Android or Native?
m

Matt Kranzler

06/04/2020, 4:33 PM
I basically created a project and pulled stuff in from KaMP kit but it was happening with the KaMP kit as well. Let me reproduce with a vanilla KaMP kit and get back to you.
2 Views