You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/configure-build-for-eap.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
[//]: #(title: Configure your build for EAP)
2
2
3
-
If you create new projects using the EAP version of Kotlin, you don't need to perform any additional steps. The [Kotlin Plugin](install-eap-plugin.md) will do everything for you!
4
-
5
-
You only need to configure your build manually for existing projects — projects that were created before installing the EAP version.
3
+
<tldr>
4
+
<!-- <p>No preview versions are currently available</p> -->
To configure your build to use the EAP version of Kotlin, you need to:
8
10
@@ -145,3 +147,9 @@ In the sample Maven project definition, replace `KOTLIN-EAP-VERSION` with the ac
145
147
</build>
146
148
</project>
147
149
```
150
+
151
+
## If you run into any problems
152
+
153
+
* Report an issue to [our issue tracker, YouTrack](https://kotl.in/issue).
154
+
* Find help in the [#eap channel in Kotlin Slack](https://app.slack.com/client/T09229ZC6/C0KLZSCHF) ([get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up)).
155
+
* Roll back to the latest stable version: [change it in your build script file](configure-build-for-eap.md#adjust-the-kotlin-version).
You can participate in the Kotlin Early Access Preview (EAP) to try out the latest Kotlin features before they are released.
10
8
@@ -19,17 +17,14 @@ for everyone in [the growing Kotlin community](https://kotlinlang.org/community/
19
17
If you have any questions and want to participate in discussions, you are welcome to join the [#eap channel in Kotlin Slack](https://app.slack.com/client/T09229ZC6/C0KLZSCHF).
20
18
In this channel, you can also get notifications about new EAP builds.
21
19
22
-
**[Install the Kotlin EAP Plugin for IDEA or Android Studio](install-eap-plugin.md)**
20
+
**[Configure your project for the Kotlin EAP version](configure-build-for-eap.md)**
23
21
24
22
> By participating in the EAP, you expressly acknowledge that the EAP version may not be reliable, may not work as intended, and may contain errors.
25
23
>
26
24
> Please note that we don't provide any guarantees of compatibility between EAP and final versions of the same release.
27
25
>
28
26
{style="note"}
29
27
30
-
If you have already installed the EAP version and want to work on projects that were created previously,
31
-
check [our instructions on how to configure your build to support this version](configure-build-for-eap.md).
32
-
33
28
## How the EAP can help you be more productive with Kotlin
34
29
35
30
***Prepare for the Stable release**. If you work on a complex multimodule project, participating in the EAP may streamline your experience when you adopt the Stable release version. The sooner you update to the Stable version, the sooner you can take advantage of its performance improvements and new language features.
@@ -40,23 +35,21 @@ check [our instructions on how to configure your build to support this version](
40
35
41
36
## Build details
42
37
43
-
_No preview versions are currently available._
38
+
<!--_No preview versions are currently available._-->
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-Beta1" target="_blank">Release on GitHub</a></p>
55
49
</td>
56
50
<td>
57
-
<p>A language release with previews of new features and tooling updates.</p>
58
-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.0-RC2</a>.</p>
51
+
<p>A tooling release with K2 kapt enabled by default.</p>
52
+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.20-Beta1</a>.</p>
Copy file name to clipboardExpand all lines: docs/topics/kotlin-brand-assets.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ Pay special attention to the following restrictions concerning the use of the lo
27
27
28
28
## Kotlin mascot
29
29
30
+
<primary-labelref="experimental-general"/>
31
+
<secondary-labelref="eap"/>
32
+
30
33
Kodee is Kotlin's reimagined mascot. More than just a symbol, Kodee is your friendly companion who’s there to encourage
31
34
and inspire you to express your creativity.
32
35
When using it, we ask you to follow these [simple guidelines](https://resources.jetbrains.com/storage/products/kotlin/docs/Kotlin_Mascot_Guidelines.pdf).
Copy file name to clipboardExpand all lines: docs/topics/kotlin-ide.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,5 +77,4 @@ Also, you could use package managers, such as [Homebrew](command-line.md#homebre
77
77
78
78
*[Start your first project using IntelliJ IDEA IDE](jvm-get-started.md)
79
79
*[Create a Multiplatform project with Fleet](https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html)
80
-
*[Create your first cross-platform mobile app using Android Studio](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
81
-
* Learn how to [install EAP version of the Kotlin plugin](install-eap-plugin.md)
80
+
*[Create your first cross-platform mobile app using Android Studio](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html)
0 commit comments