Want to know what has been changed in Kotlin Multiplatform v3.0?
Key Highlight:
-
Business Logic: learn how to write common code for serialization, networking & persistence that can be shared across Android, iOS & desktop platforms
-
Native UI Development: creating native UIs using Jetpack Compose for Android, SwiftUI for iOS & Compose Multiplatform for desktop applications.
-
Dependency Injection & Testing: how to implement dependency injection using Koin & write unit and UI tests for your shared and platform-specific code.
-
Platform-Specific APIs: how to connect to platform-specific APIs using Kotlin’s expect/actual mechanism that enables you to write common interfaces with platform-specific implementations.
Updates
- Integration with Compose Multiplatform:
- Updated Tooling and Libraries
Good Luck…