https://github.com/kotlin/kmp-integration-sample
https://github.com/kotlin/kmp-integration-sample
kmm kotlin sample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kotlin/kmp-integration-sample
- Owner: Kotlin
- License: apache-2.0
- Created: 2021-01-18T07:16:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T06:39:33.000Z (3 months ago)
- Last Synced: 2025-07-02T07:40:40.665Z (3 months ago)
- Topics: kmm, kotlin, sample
- Language: Kotlin
- Homepage:
- Size: 444 KB
- Stars: 116
- Watchers: 8
- Forks: 59
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# Simple login
This is a sample project for the
[Make your Android application work on iOS](https://kotlinlang.org/docs/mobile/integrate-in-existing-app.html)
tutorial.The master branch contains the project’s initial state:
it’s a simple Android application generated with the Android Studio **Login Activity** wizard.You could find the final state with the iOS application and the shared module in the
[final branch](https://github.com/Kotlin/kmm-integration-sample/tree/final).