- Notifications
You must be signed in to change notification settings - Fork200
Example of Kotlin multiplatform project
License
NotificationsYou must be signed in to change notification settings
Kotlin/kmp-basic-sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is aKotlin Multiplatform (KMP) Project. It includes iOS and Android applications with a native UI and a module with code shared on iOS and Android.
This sample demonstrates basic KMP features:
- Using platform-specific APIs with the expect/actual mechanism (see
Platform.kt) - Tests for Shared Module (see
CalculatorTest.kt,iosTest.kt,androidTest.kt)
With theKotlin Multiplatform plugin you can run, test, and debug shared code on both platforms without switching IDEs. Run and debug the application by selecting the corresponding configuration in theRun configuration menu. Run and debug shared module tests by pressing the gutter icon on a test class or method.
- Visit theKotlin Multiplatform landing page to learn more about the technology
- Get started withKotlin Multiplatform on developer portal
- Check out theNetworking and data storage with KMP hands-on lab to learn how to create a mobile application for Android and iOS with a shared codebase with Ktor and SQLDelight.
About
Example of Kotlin multiplatform project
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.