We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ideaVersion
1 parent 1c3fd5f commit 889dc55Copy full SHA for 889dc55
2 files changed
third_party/gradle.properties
@@ -16,6 +16,7 @@ pluginId = Dart
16
pluginSinceBuild = 251
17
pluginUntilBuild = 261.*
18
19
+# Tracking issue for changes required to bumpt to 2025.2.6.1: https://github.com/flutter/dart-intellij-third-party/issues/352
20
ideaVersion = 2025.1.7
21
22
javaVersion = 21
third_party/gradle/libs.versions.toml
@@ -4,7 +4,9 @@
4
[versions]
5
guava = "33.6.0-jre"
6
junit = "4.13.2"
7
-kotlin = "2.3.21"
+# Bumping to 2.3.21 is blocked on an `ideaVersion` update:
8
+# https://github.com/flutter/dart-intellij-third-party/issues/352
9
+kotlin = "2.2.21"
10
intellijPlatform = "2.15.0"
11
changelog = "2.5.0"
12
kover = "0.9.8"
0 commit comments