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
louiscad
04/02/2021, 1:59 PM
Try the override option instead of the implement one.
n
nimrod
04/04/2021, 2:20 PM
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.