From 9b8ae8ce4f82c8b79611282894685e97da047ec9 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Fri, 4 Jun 2021 15:14:41 +0300 Subject: [PATCH] 1.5.20-RC Change-notes correction. --- idea/resources-descriptors/META-INF/plugin.xml | 4 ++-- idea/resources-descriptors/META-INF/plugin.xml.as42 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index 39c8a4717a9..16784de825a 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -18,8 +18,8 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.20-RC Learn more in the changelog. diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42 index bec8dc10b89..4794cf16f61 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -18,8 +18,8 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.20-RC
    -
  • Gradle parallel compilation is enabled by default. The `kotlin.parallel.tasks.in.project` property is deprecated.
  • -
  • Ability to set the JDK version for the compilation in the Gradle build script.
  • +
  • Parallel compilation of Kotlin sources is controlled by --parallel Gradle property. The `kotlin.parallel.tasks.in.project` property is deprecated.
  • +
  • The Gradle plugin option `kotlinOptions.jdkHome` is deprecated. The JDK location can be set via tasks that implement the `UsesKotlinJavaToolchain` interface.
  • Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.
Learn more in the changelog.