Are there sample build.gradle etc. files available for 2.x? Having access to known good build configs would help a great deal. The documentation would be much clearer if it were based on sample plugins with complete sets of build files covering real-world single and multiple module projects. As it is the documentation feels incomplete and confusing.
You’re looking for GitHub - JetBrains/intellij-platform-plugin-template: Template repository for creating plugins for IntelliJ Platform?
Thanks Jonathan, but no, I have a large existing plugin that I’m moving to 2.x.
You can use the IntelliJ Platform Explorer to search for open-source plugins. There’s also a possibility to filter the build system, like Gradle KTS.