Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ Each folder contains the code for a specific KMP codelab.

## 💻 Requirements

[Latest version of Android Studio](https://developer.android.com/studio).
- [Latest version of Android Studio](https://developer.android.com/studio).
- [Latest version of Xcode](https://developer.apple.com/xcode/) for building the iOS app. You're able to build the Android and shared part of the codebase without Xcode.

## 🧬 Codelabs

### [Migrate Room To KMP](https://developer.android.com/codelabs/kmp-migrate-room)
### [Get Started With KMP](https://developer.android.com/codelabs/kmp-get-started)
Learn how to get started with Kotlin Multiplatform from two separate Android and iOS projects.

### [Migrate Room To KMP](https://developer.android.com/codelabs/kmp-migrate-room)
Learn how to share the database of your app with Room and Kotlin Multiplatform.

## License

Expand Down