We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d9fa4 commit 5fbd925Copy full SHA for 5fbd925
plugin-idea/build.gradle.kts
@@ -52,6 +52,6 @@ tasks.jar {
52
/* IntelliJ */
53
intellij {
54
pluginName = "kotlin-plugin-generated"
55
- version = "2019.2"
56
- setPlugins("gradle", "org.jetbrains.kotlin:1.3.50-release-IJ2019.2-1")
+ version = "2019.3"
+ setPlugins("gradle", "org.jetbrains.kotlin:1.3.61-release-IJ2019.3-1")
57
}
0 commit comments