xcode-kotlin is getting a
HUGE upgrade and we'd like you to test-drive it before we release it to the wild.
What's new:
🤯 Vastly improved debugging performance (~5x faster).
💯 Shows more information for each frame variable (see attached screenshots).
😱 Works both in Swift and Kotlin code.
🤩 Built-in support for
List
and
Map
with more coming (e.g.
StateFlow
,
Set
)
How to install:
1. Uninstall your current xcode-kotlin:
brew uninstall --force xcode-kotlin
.
2. Install xcode-kotlin from main:
brew install --head xcode-kotlin
.
3. Run
xcode-kotlin info
to verify it shows "Bundled plugin version" as 2.0.0-alpha.1.
4. Run
xcode-kotlin install
.
5. Open KMP project in Xcode, set a breakpoint and run the app.
Please give it a try and let us know if it works and if you have any issues with it.