GoLang Plugin development :Could not determine the dependencies of task ':prepareSandbox'. > Plugin org.jetbrains.plugins.go:193.5233.102.83 is not compatible to GO-203.7717.58
已回答
I am following the manual here https://plugins.jetbrains.com/docs/intellij/goland.html to develop a GoLang plugin.
Could not determine the dependencies of task ':prepareSandbox'.
> Plugin org.jetbrains.plugins.go:193.5233.102.83 is not compatible to GO-203.7717.58
here is the build.gradle.kts.
The message is very clear, but where I can I get the matched plugin of GO-203.7717.58
by the way I can not find org.jetbrains.plugins.go:193.5233.102.83 from https://www.jetbrains.com/intellij-repository/releases
请先登录再写评论。
finally found out the correct version from here
https://plugins.jetbrains.com/plugin/9568-go/versions/stable.
I think there are should be page list the compatible matrix between GoLang and Go
The link to list of Go plugin versions is given in the text, the version numbers match the platform release:
> The Go plugin version is explicitly declared because it isn't bundled with IntelliJ IDEA Ultimate Edition. Select a version of the Go plugin compatible with the IntelliJ Idea Ultimate version.