Skip to content

Commit eeef7f9

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7913a8f commit eeef7f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Fruitties/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Fruitties is a sample app using Kotlin Multiplatform built for Android with Jetpack Compose and iOS with SwiftUI.
33

44
<img width="45%" alt="iOS screenshot" src="https://github.com/user-attachments/assets/0bbbe6cc-c992-40c8-8759-08689ff0a900" />
5-
<img width="45%" alt="Android screenshot" src="https://github.com/user-attachments/assets/8e0af83a-204f-4d16-874b-79a4bc871c43" />
5+
<img width="45%" alt="Android screenshot" src="https://github.com/user-attachments/assets/8e0af83a-204f-4d16-874b-79a4bc871c43" />
66

7-
## Multiplatform Jetpack Libraries
7+
## Multiplatform Jetpack Libraries
88
This project integrates several Jetpack libraries that are KMP compatible:
99

1010
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
1111
- [Room](https://developer.android.com/kotlin/multiplatform/room)
1212
- [DataStore](https://developer.android.com/kotlin/multiplatform/datastore)
1313

14-
## Running The app
14+
## Running the app
1515

1616
We recommend installing the [Kotlin Multiplatform Plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) to Android Studio.
1717
This plugin offers several features to ease the development experience:
@@ -38,9 +38,9 @@ With the [Kotlin Multiplatform Plugin](https://plugins.jetbrains.com/plugin/1493
3838

3939

4040
#### Run with Xcode
41-
Alternatively to running from Android Studio, you can open this project in Xcode and run it from there:
41+
Alternatively, you can open this project in Xcode and run it from there:
4242

43-
1. Locate the `iosApp` within the `Fruitties` folder and open it with Finder <img width="762" height="579" alt="image" src="https://github.com/user-attachments/assets/3bdc2dd3-bb01-47b1-81c0-e8e1c0f43991" />
43+
1. Locate the `iosApp` within the `Fruitties` folder and open it with Finder <img width="762" height="579" alt="image" src="https://github.com/user-attachments/assets/3bdc2dd3-bb01-47b1-81c0-e8e1c0f43991" />
4444
2. Open the `iosApp.xcodeproj` <img width="192" height="103" alt="image" src="https://github.com/user-attachments/assets/a933eb69-7d71-44b5-aff0-adcf7931f2db" />
4545
3. Build and run the iOS app from Xcode by clicking the Run icon <img width="243" height="42" alt="image" src="https://github.com/user-attachments/assets/a278e57a-7d13-4299-94a8-01ffd6e9e89f" />
4646

0 commit comments

Comments
 (0)