:kotlin-intensifies-purple:<The Kotlin 2.1.0 relea...
# announcements
a
KThe Kotlin 2.1.0 release is out! This version introduces new language features, tooling updates, performance improvements, and important fixes. : • New language features in preview: Guard conditions in
when
with a subject, non-local
break
and
continue
, and multi-dollar string interpolation. • K2 compiler updates: More flexibility around compiler checks and improvements to the kapt implementation. • Kotlin Multiplatform: Stable Gradle DSL for compiler options, and more. • Kotlin/Native: Improved support for
iosArm64
and other updates. • Kotlin/Wasm: Multiple updates, including support for incremental compilation. • Gradle support: Improved compatibility with newer versions of Gradle and the Android Gradle plugin, along with updates to the Kotlin Gradle plugin API. 🔗 Learn more
🎉 54
kodee happy 34
🔥 21
swift 13
K 2
K 94
e
Is there public info about performance measurements?
g
performance measurements of IDE k2 plugin?
d
Should the Swift export support already generate Swift Code? Because I added the needed gradle config, but I'm still seeing obj-C headers in the build output
a
Hi @David, Thank you for your interest in Swift Export. Please open Xcode and navigate to your target's Build Phases. Then, locate the Kotlin Run Script Phase. Replace
embedAndSignAppleFrameworkForXcode
with
embedSwiftExportForXcode
. For further guidance, you can refer to our official sample and documentation.
👍 1