From 6fe29bf9c766c2712da1e6500a5ca1db63128cbc Mon Sep 17 00:00:00 2001 From: Sebastian Aigner Date: Fri, 24 Mar 2023 18:42:07 +0100 Subject: [PATCH] More height adjustments --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7225696..d92acde 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Use Android Studio to open the project. Make sure you have the [Kotlin Multiplat Switch to the Project View to see all files and targets belonging to the project. - + Your Compose Multiplatform project includes three modules: @@ -76,9 +76,8 @@ To run your application on an Android emulator: - Select the `androidApp` run configuration. - Select your target device and press **Run**. -![](readme_images/run_on_android.png) - -![](readme_images/android_app_running.png) + +
Using Gradle @@ -98,13 +97,12 @@ Once you have configured your environment correctly, you will be able to select Select "Run" | "Edit Configurations..." and navigate to the "iOS Application" | "iosApp" run configuration. In the "Execution target" drop-down, select your target device. -![](readme_images/edit_run_config.png) - -![](readme_images/target_device.png) + + Press the "Run" button to run your Compose Multiplatform app on the iOS simulator. -![](readme_images/hello_world_ios.png) + ### Running on a real iOS device @@ -177,7 +175,7 @@ internal fun App() { } ``` -![](readme_images/text_field_added.png) + ### Configuring the iOS application