- Fixed issue where projects wouldn't load if also using a Gradle version older than 8.3
- If you saw "Unsupported class major file version 65", congratulations... this was you! (And sorry...)
- Support for Kotlin K2 mode
- Updated the compatibility range to 2024.2.1 - 2024.3
- Fixed issue where plugin functionality stopped working in 2024.2
- Implementation details around analyzing code have moved to more stable IntelliJ IDEA APIs.
- This works both with older versions of IDEA and should prevent us from hitting 2024.2
NoClassDefFoundError
issues.
- This works both with older versions of IDEA and should prevent us from hitting 2024.2
- A functionally identical release extending compatibility to include IntelliJ 2024.2
- Initial release of the plugin!
- Kobweb colors are now displayed in the gutter.
- Spurious "unused" warnings for methods annotated with
@Page
,@Api
, and the like are now suppressed automatically. - Capitalization warnings for methods annotated with
@Composable
are now suppressed automatically. - A special dictionary of Kobweb-related keywords has been created, to hide some incorrect spelling warnings (like "kobweb" for example!).