- Install Android Studio
- Open project's file
settings.gradle.kts
with Android Studio - Sync project with gradle files
- Select androidapp
- Click Debug button
Start Debug | Debugging |
---|---|
- Install Android Studio
- Install KMM Plugin
- Open project's file
settings.gradle.kts
with Android Studio - Sync project with gradle files
- Select iosApp
- Click Debug button
Start Debug | Debugging |
---|---|
- Install Xcode
- Install Xcode-Kotlin plugin
- Open
iosApp/iosApp.xcworkspace
with Xcode - Run pod install command in iosApp dir
- Click debug button in Xcode