- Install xcodegen
- run
xcodegen - run
open SkikoSample.xcodeproj
- If you need to debug skiko sources without publish to maven local, then set a gradle property
skiko.composite.build=1(see gradle.properties) - Install KMM plugin for AppCode
- In AppCode open samples/SkiaMultiplatformSample (File -> Open).
Choose "Open as Project".

- Set target device and Run

- Now you may use breakpoints in common and native Kotlin code
./gradlew jsBrowserRun
./gradlew runAwt
./gradlew runNative