Hi, I’m working on a KMM module for network servic...
# kotlin-native
n
Hi, I’m working on a KMM module for network service discovery. On iOS side, when I implement a delegate, such as
NSNetServiceDelegateProtocol
, I don’t see any of the actual methods of that delegate, but only of the parent interface
NSObjectProtocol
. Is this possible at all? Please see attached screenshot of the issue in Android Studio. Thanks!
l
Try the override option instead of the implement one.
n
The issue was the Kotlin Gradle plugin version. The new project template had it by default set to 1.4.10 while Android Studio’s Kotlin plugin version was 1.4.32.