Skip to content

Commit

Permalink
Merge branch 'hotfix/downgrade-idea-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
oboenikui committed Aug 1, 2023
2 parents 9d2b721 + 7ded9d2 commit 590707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

intellij {
version = '2023.2'
version = '2023.1.4'
plugins = ['Kotlin', 'java']
pluginName = 'kotlin-fill-class'
updateSinceUntilBuild = false
Expand Down

0 comments on commit 590707a

Please sign in to comment.