Tadeas Kriz
07/11/2024, 1:35 PMList
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.