An error occurred while fetching this tab.
Make the plugin work with JetBrains 2022.1 products
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: philipp-spiess
As pointed out by @abeatrix, the current version of the plugin is not available on 2022.1 IDEs. This is because we defined a pluginUntilBuild
rule prevent higher version numbers from running the extension.
This PR updates our SDK and wrapper versions as well as removes this boundary.
With the changes, run ./gradlew runIde
. This will start 2022.1. You can verify that this is loading the extension:
Push commits to the source branch or add previously merged commits to review them.