Skip to content

Commit 1176165

Browse files
committed
update: add gradle warning to whatsnew-eap.md
1 parent 1d6143c commit 1176165

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/topics/whatsnew-eap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Please report such issues to our [issue tracker](https://youtrack.jetbrains.com/
4848
## Gradle: support for version 8.11
4949

5050
Kotlin %kotlinEapVersion% is now compatible with the latest stable Gradle version, 8.11, and supports its features.
51+
Gradle versions 8.7 to 8.11 are supported, with one exception. If you use the Kotlin Multiplatform Gradle plugin,
52+
you may see deprecation warnings in your multiplatform projects when calling the [`withJava()` function in the JVM target](multiplatform-dsl-reference.md#jvm-targets).
53+
We plan to fix this issue as soon as possible.
54+
55+
For more information, see the related issue in [YouTrack](https://youtrack.jetbrains.com/issue/KT-66542).
5156

5257
## How to update to Kotlin %kotlinEapVersion%
5358

0 commit comments

Comments
 (0)