Fruitties is a sample app using Kotlin Multiplatform built for Android with Jetpack Compose and iOS with SwiftUI.
This project integrates several Jetpack libraries that are KMP compatible:
We recommend installing the Kotlin Multiplatform Plugin to Android Studio. This plugin offers several features to ease the development experience:
- New project wizard: Create a new multiplatform project within the IDE.
- Preflight checks: Preflight checks help you configure your environment.
- Run configurations: Run, debug, and test applications on both iOS and Android directly from the IDE.
- Basic Swift support in the IDE: Get basic Swift support in the IDE, including cross-language debugging tools, navigation and quick documentation.
- Open the
Fruittiesproject in Android Studio - Select the
androidApprun configuration and run the app
With the Kotlin Multiplatform Plugin installed, you can run the app from Android Studio.
Alternatively, you can open this project in Xcode and run it from there:
- Locate the
iosAppwithin theFruittiesfolder and open it with Finder
- Open the
iosApp.xcodeproj
- Build and run the iOS app from Xcode by clicking the Run icon

Copyright 2025 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
