MPP Code Viewer example for desktop/android/iOS written in Multiplatform Compose library.
Code Viewer example for Desktop, Android and iOS written in Compose Multiplatform.
## How to run
## Setting up your development environment
Choose a run configuration for an appropriate target in IDE and run it.
To setup the environment, please consult these [instructions](https://github.com/JetBrains/compose-multiplatform-template#setting-up-your-development-environment).
![run-configurations.png](run-configurations.png)
## How to run
To run on iOS device, please correct `TEAM_ID` value in `iosApp/Configuration/Config.xcconfig` with your Apple Team ID.
Alternatively, you may setup signing within XCode opening `iosApp/iosApp.xcworkspace` and then
using "Signing & Capabilities" tab of `Codeviewer` target.
Choose a run configuration for an appropriate target in Android Studio and run it.
Then choose **iosApp** configuration in IDE and run it.