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