We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccccdd7 commit 0d41c12Copy full SHA for 0d41c12
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Kobweb IntelliJ Plugin
2
3
+## [0.2.1]
4
+
5
+### Added
6
7
+- Fixed issue where projects wouldn't load if also using a Gradle version older than 8.3
8
+ - If you saw "Unsupported class major file version 65", congratulations... this was you! (And sorry...)
9
10
## [0.2.0]
11
12
### Added
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-kobweb-ide-plugin="0.2.1-SNAPSHOT"
-intellij-platform = "2.0.0"
+kobweb-ide-plugin="0.2.1"
+intellij-platform = "2.1.0"
jetbrains-changelog = "2.2.0"
kotlin = "1.9.23"
kotlinx-serialization = "1.6.3"
0 commit comments