Skip to content

Commit 889dc55

Browse files
authored
[build] downgrade kotlin to be compatible w/ideaVersion (#353)
* [build] downgrade kotlin to be compatible w/`ideaVersion` * Updated comment
1 parent 1c3fd5f commit 889dc55

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

third_party/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pluginId = Dart
1616
pluginSinceBuild = 251
1717
pluginUntilBuild = 261.*
1818

19+
# Tracking issue for changes required to bumpt to 2025.2.6.1: https://github.com/flutter/dart-intellij-third-party/issues/352
1920
ideaVersion = 2025.1.7
2021

2122
javaVersion = 21

third_party/gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[versions]
55
guava = "33.6.0-jre"
66
junit = "4.13.2"
7-
kotlin = "2.3.21"
7+
# 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"
810
intellijPlatform = "2.15.0"
911
changelog = "2.5.0"
1012
kover = "0.9.8"

0 commit comments

Comments
 (0)