Skip to content

Commit

Permalink
Merge pull request #125 from FirstTimeInForever/platform-plugin
Browse files Browse the repository at this point in the history
Update Kotlin to 2.0
  • Loading branch information
PHPirates authored Nov 8, 2024
2 parents 6c7c3b4 + 861983c commit 2050705
Show file tree
Hide file tree
Showing 5 changed files with 2,924 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build
/src/main/web-view/node_modules/
!.idea/icon.png
.intellijPlatform
kotlin-js-store
.kotlin
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginVerifierIdeVersions = 241, 242

texifyVersion = 0.9.7

kotlinVersion = 1.9.20
kotlinVersion = 2.0.20
kotlinxSerializationJsonVersion = 1.2.1

kotlin.code.style = official
Expand Down
Loading

0 comments on commit 2050705

Please sign in to comment.