Skip to content

Commit c02ad5f

Browse files
committed
Support 2024.3 EAP
1 parent 368b25d commit c02ad5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Added
66

77
- 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
99

1010
## [0.1.3]
1111

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
intellijPlatform {
2727
pluginModule(implementation(project(":kobweb-model")))
2828
// 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
3030
intellijIdeaCommunity("2024.2.1")
3131

3232
bundledPlugins(
@@ -70,7 +70,7 @@ intellijPlatform {
7070

7171
ideaVersion {
7272
//sinceBuild derived from intellij.version
73-
untilBuild = "242.*" // Include EAP
73+
untilBuild = "243.*" // Include EAP
7474
}
7575

7676
changeNotes = provider {

0 commit comments

Comments
 (0)