Hi everyone! Has anyone noticed strange issues wit...
# multiplatform
b
Hi everyone! Has anyone noticed strange issues with KN debugger on iOS devices? For some reason debugger breakpoints do not work for shared code on real iOS devices in Android Studio (it says 'no executable code is associated with this line'), debugger works only when app is deployed on iOS simulator. Any ideas how to fix this? Kotlin 1.9.10, Gradle 8.3, KM Plugin 0.6.1, Android Studio 2022.3.1 Patch 1, xCode 14.3.1. iPhone 14 Pro iOS 16.6.1 Downgrading kotlin version or gradle doesn't seem to help
👀 2