Skip to content

Commit

Permalink
feat: Add support for Kotlin 1.3.61 in IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Feb 7, 2020
1 parent 80d9fa4 commit 5fbd925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ tasks.jar {
/* IntelliJ */
intellij {
pluginName = "kotlin-plugin-generated"
version = "2019.2"
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")
}

0 comments on commit 5fbd925

Please sign in to comment.