You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Kotlin and Compose Maven artifacts (#34)
This changeset extends the plugin API to allow configuring dependencies
to the Kotlin and Compose Maven artifacts.
Check for version when resolving dependency notations (#19)
Previously we checked for the JxBrowser version right after the plugin was applied and could see the ISE in the console at this stage. Because of this, we can't configure the plugin extension with IDEA hints, as everything breaks at the stage of applying the plugin.
In this PR, we do JxBrowser version checking while resolving dependency notations, not when applying the plugin.