Browse Source

Update link to setup environment instructions (#4344)

Update links to new
[instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html)

It resolves issue:
 - https://github.com/JetBrains/compose-multiplatform/issues/4343
pull/4369/head v1.6.0-dev1440
dima.avdeev 2 months ago committed by GitHub
parent
commit
990fbfdcfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      examples/chat/README.md
  2. 2
      examples/cocoapods-ios-example/README.md
  3. 2
      examples/codeviewer/README.md
  4. 2
      examples/graphics-2d/README.md
  5. 2
      examples/imageviewer/README.md
  6. 2
      examples/todoapp-lite/README.md
  7. 2
      examples/widgets-gallery/README.md

2
examples/chat/README.md

@ -9,7 +9,7 @@ Example can run on Android, iOS, desktop or in a browser.
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/cocoapods-ios-example/README.md

@ -10,7 +10,7 @@ The official Kotlin documentation provides more information on working with Coco
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/codeviewer/README.md

@ -3,7 +3,7 @@ Code Viewer example for Desktop, Android and iOS written in Compose Multiplatfor
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/graphics-2d/README.md

@ -5,7 +5,7 @@ Example can run on Android, iOS, desktop or in a browser.
## Setting up your development environment
To setup the environment, please consult
these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/imageviewer/README.md

@ -5,7 +5,7 @@ based on Compose Multiplatform (desktop, Android and iOS).
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/todoapp-lite/README.md

@ -6,7 +6,7 @@ Supported targets: Android, Desktop and iOS.
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

2
examples/widgets-gallery/README.md

@ -10,7 +10,7 @@ demonstrating how to use various Material widgets.
## Setting up your development environment
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
To setup the environment, please consult these [instructions](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html).
## How to run

Loading…
Cancel
Save