#kotlinmultiplatformmobile — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #kotlinmultiplatformmobile, aggregated by home.social.
-
Has anyone managed to implement any iOS delegate protocols from KMM?
Given most will/did delegate methods have the same names and argument types (application for application(willChangeOrientation:…) and application(didChangeOrientation:…)), Kotlin gets confused when I try to implement both, saying I'd already done ...will… when I do …did… .