Writing Swift-friendly Kotlin Multiplatform APIs — Part VIII: Generics | by André Oriani | Aug, 2023
Learn how to code libraries that your iOS teammates will not frown upon using them. In this chapter: generics An Android head encapsulating an apple — DALLE-2 My initial plan was that an article on Flows would follow the chapter about Coroutines, and then I…
Writing Swift-friendly Kotlin Multiplatform APIs — Part VI: Enum and Sealed Classes | by André Oriani | Aug, 2023
Learn how to code libraries that your iOS teammates will not frown upon using them. In this chapter: enums and sealed classes. Androids enumerating apples: green, orange, and red apples — DALLE-2 I love Swift enums, even though I am a Kotlin developer. And iOS…
Writing Swift-friendly Kotlin Multiplatform APIs — Part IV: Convenience | by André Oriani | Jul, 2023
Learn how to code libraries that your iOS teammates will not frown upon using them. In this chapter: providing convenience. Android under an apple tree like Isaac Newton — DALL·E 2 In the previous chapter, we saw that using interfaces sometimes renders unexpected results. In…