Hi there! Do you have any advice how to debug Kotl...
# ios
r
Hi there! Do you have any advice how to debug Kotlin Native? For now i’m debugging my code from my Android app (so it’s jvm part only) and the only way to debug native part is to use print() statement and look to Xcode console. Is there any other way to debug native part?
j