File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- Support for Kotlin K2 mode
8
- - Increased the earliest compatible IntelliJ version to 2024.2.1
8
+ - Updated the compatibility range to 2024.2.1 - 2024.3
9
9
10
10
## [ 0.1.3]
11
11
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
intellijPlatform {
27
27
pluginModule(implementation(project(" :kobweb-model" )))
28
28
// Interesting statistics: https://plugins.jetbrains.com/docs/marketplace/product-versions-in-use-statistics.html
29
- // We target 2024.2.1 as it is the earliest version supporting K2 mode
29
+ // We target 2024.2.1 as it is the earliest version supporting K2 mode / the Analysis API
30
30
intellijIdeaCommunity(" 2024.2.1" )
31
31
32
32
bundledPlugins(
@@ -70,7 +70,7 @@ intellijPlatform {
70
70
71
71
ideaVersion {
72
72
// sinceBuild derived from intellij.version
73
- untilBuild = " 242 .*" // Include EAP
73
+ untilBuild = " 243 .*" // Include EAP
74
74
}
75
75
76
76
changeNotes = provider {
You can’t perform that action at this time.
0 commit comments