From 4a5469b11116844e0c09fcd364ea86fdf08ef2df Mon Sep 17 00:00:00 2001 From: Pierrick VIGNAND Date: Wed, 30 Aug 2023 10:47:21 +0200 Subject: [PATCH 1/2] Update kotlin to v1.9.10 --- .idea/misc.xml | 3 +-- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index bba8360..0303d11 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,7 @@ - - + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index bd40e06..b77c69a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { // Java support id("java") // Kotlin support - id("org.jetbrains.kotlin.jvm") version "1.7.22" + id("org.jetbrains.kotlin.jvm") version "1.9.10" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.10.0" // Gradle Changelog Plugin From 85971a5638e963b0097e8e3ac8e3cbbc4429c0d9 Mon Sep 17 00:00:00 2001 From: Pierrick VIGNAND Date: Wed, 30 Aug 2023 10:48:39 +0200 Subject: [PATCH 2/2] Change compatibility to 2023.2 --- CHANGELOG.md | 2 ++ build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a6931..f3fc812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ### Added ### Changed +- Update kotlin to v1.9.10 +- Update compatibility for IDEA 2021.3 - 2023.2 ### Deprecated diff --git a/build.gradle.kts b/build.gradle.kts index b77c69a..45b9745 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "1.9.10" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij") version "1.10.0" + id("org.jetbrains.intellij") version "1.15.0" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.0.0" // Gradle Qodana Plugin diff --git a/gradle.properties b/gradle.properties index 51c9e11..b04d7ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginVersion = 2022.1.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 231.* +pluginUntilBuild = 232.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension platformType = IC