https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Alex Anisimov

04/30/2021, 4:22 PM
Hi everyone 👋, The KMM team is keen to improve our documentation, and right now we are working on improving documentation dedicated to Objective-C interoperability. Please help us make it better by taking part in a short survey. Feel free to DM me in case you have any questions. Here is the link to the survey.
👋 6
b

bsimmons

04/30/2021, 4:58 PM
Two things I've stumbled over that aren't on the Interoperability with Swift/Objective-C page that might be useful to include: 1. A class with a property named
description
will create conflicts in Swift when you try to use it. It can be tricky trying to figure this out for the first time if you don't know. 2. A class with a function name beginning with the prefix
new
will be renamed to have the prefix
doNew
. Again, is a little tricky to figure this out for the first time.
🙌 1