Example of the stack trace: at 4 iosApp ...
# kotlin-native
j
Example of the stack trace: at 4 iosApp 0x1027860df ThrowNullPointerException + 131 at 5 iosApp 0x10274e853 kfun:com.example.myapplication.Greeting#greet(){}kotlin.String + 139 at 6 iosApp 0x10274f537 objc2kotlin_kfun:com.example.myapplication.Greeting#greet(){}kotlin.String + 147 at 7 iosApp 0x10274dee3 $s6iosApp11ContentViewVACycfC + 63 (/Users/kendy/AndroidStudioProjects/MyApplication2/iosApp/iosApp/ContentView.swift40) I'd expect that the kfun:com.example.myapplication.Greeting#greet(){}kotlin.String line would contain path to the Greeting.kt + line number...