This project serves as an example of a Kotlin Multiplatform setup, covering several topics discussed on Medium. Feel free to fork it and use it as a template for your own project.
- Application Architecture
- Writing iOS Code in Kotlin Using
expect
/actual
- Accessing Context and Platform-Specific Dependencies in
actual
Implementations - Working with CInterop (Objective-C Code)
- Writing Swift Code