Continuing my blog series on #KotlinMultiplatform, I want to see more iOS engineers get behind this tech and not spend time being frustrated using the wrong approach: artandscienceofcoding.com/science/avoid-… #Kotlin #iosdev #AndroidDev #KMM
1
8
54
0
12
@derekleerock This definitely mirrors a lot of our experience at @quizlet. Instead of expect/actual, we usually: - declare an interface in KMM - implement in Swift - provide to KMM w/ @insertkoin_io Lets us get around Kotlin/ObjC pain points, + reuse existing code in our brownfield apps :)