From b302d8186c152a787025b7a17d69d1d86b489af5 Mon Sep 17 00:00:00 2001 From: Danil Pavlov Date: Wed, 27 Nov 2024 18:45:11 +0100 Subject: [PATCH] update: warning and status (#4578) --- docs/topics/whatsnew21.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/topics/whatsnew21.md b/docs/topics/whatsnew21.md index 6f17fa6c12e..29b752aeda4 100644 --- a/docs/topics/whatsnew21.md +++ b/docs/topics/whatsnew21.md @@ -619,6 +619,12 @@ There are two ways to enable the Kotlin Gradle plugin's new model: ### Basic support for Swift export +> This feature is currently in the early stages of development. It may be dropped or changed at any time. +> Opt-in is required (see the details below), and you should use it only for evaluation purposes. +> We would appreciate your feedback on it in [YouTrack](https://kotl.in/issue). +> +{style="warning"} + Version 2.1.0 takes the first step towards providing support for Swift export in Kotlin, allowing you to export Kotlin sources directly to the Swift interface without using Objective-C headers. This should make multiplatform development for Apple targets easier. @@ -674,7 +680,7 @@ which you can access from Xcode. #### How to enable Swift export -This feature is currently [Experimental](components-stability.md#stability-levels-explained). +Keep in mind that the feature is currently only in the early stages of development. To try it out in your project, add the following Gradle option to your `gradle.properties` file: ```none