File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33# Axon Framework plugin Changelog
44
5+ ## [ 0.9.0]
6+ - Plugin is now compatible with IDEA 2024.3 (IDEA 243.* ) with minimum version of 2024.3
7+ - Make plugin compatible with the K2 mode of IntelliJ IDEA
8+
59## [ 0.8.9]
610- Fix false highlights about non existing properties when they are defined in a superclass #307 Thanks to @guymahieu
711
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727 // Java support
2828 id(" java" )
2929 // Kotlin support
30- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22 "
30+ id(" org.jetbrains.kotlin.jvm" ) version " 2.1.0 "
3131 // Gradle IntelliJ Plugin
3232 id(" org.jetbrains.intellij.platform" ) version " 2.1.0"
3333 // Gradle Changelog Plugin
Original file line number Diff line number Diff line change 1818# Basic plugin information
1919pluginGroup =io.axoniq.ide.intellij
2020pluginName =Axon Framework
21- pluginVersion =0.8.9
21+ pluginVersion =0.9.0
2222axonVersion =4.10.1
2323javaVersion = 17
2424
2525# Define the plugin version range. This is used to determine the compatibility of the plugin with the IDE.
2626pluginSinceBuild = 242
2727pluginUntilBuild = 243.*
28- platformVersion = 2024.2
28+ platformVersion = 2024.3
2929
3030# Opt-out flag for bundling Kotlin standard library.
3131# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
Original file line number Diff line number Diff line change 123123 <errorHandler implementation =" org.axonframework.intellij.ide.plugin.support.AxonErrorReportSubmitter" />
124124 </extensions >
125125
126+ <extensions defaultExtensionNs =" org.jetbrains.kotlin" >
127+ <supportsKotlinPluginMode supportsK2 =" true" />
128+ </extensions >
129+
126130 <actions >
127131 <action id =" AxonReferenceGuideAction" text =" Axon Reference Guide"
128132 class =" org.axonframework.intellij.ide.plugin.actions.AxonReferenceGuideAction" >
You can’t perform that action at this time.
0 commit comments