File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
### Added
8
8
9
9
### Changed
10
+ - Update kotlin to v1.9.10
11
+ - Update compatibility for IDEA 2021.3 - 2023.2
10
12
11
13
### Deprecated
12
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
// Kotlin support
9
9
id(" org.jetbrains.kotlin.jvm" ) version " 1.9.10"
10
10
// Gradle IntelliJ Plugin
11
- id(" org.jetbrains.intellij" ) version " 1.10 .0"
11
+ id(" org.jetbrains.intellij" ) version " 1.15 .0"
12
12
// Gradle Changelog Plugin
13
13
id(" org.jetbrains.changelog" ) version " 2.0.0"
14
14
// Gradle Qodana Plugin
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginVersion = 2022.1.2
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
pluginSinceBuild = 213
10
- pluginUntilBuild = 231 .*
10
+ pluginUntilBuild = 232 .*
11
11
12
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
13
13
platformType = IC
You can’t perform that action at this time.
0 commit comments