-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with IntelliJ 2024.3 and the K2 analysis API. Use IntelliJ Platform Gradle Plugin 2.1.0.
- Loading branch information
1 parent
fa20779
commit 4996f57
Showing
82 changed files
with
519 additions
and
798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
/idea-flex.skeleton | ||
/jflex-1.7.0-2.jar | ||
/stuff/ | ||
.intellijPlatform | ||
.kotlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
pluginGroup = com.gmail.blueboxware | ||
pluginName = LibGDX Plugin | ||
pluginVersion = 1.24.10 | ||
pluginName = LibGDX | ||
pluginVersion = 1.24.11 | ||
|
||
pluginSinceBuild = 233.11799.300 | ||
pluginUntilBuild = | ||
pluginSinceBuild = 243.21565.23 | ||
|
||
# https://www.jetbrains.com/intellij-repository/snapshots/ | ||
# https://www.jetbrains.com/intellij-repository/releases/ | ||
# gradle printProductsReleases | ||
pluginVerifierIdeVersions = 241.17890.1 | ||
|
||
platformType = IC | ||
platformVersion = 241.17890.1 | ||
platformDownloadSources = true | ||
platformVersion = 243.21565.23 | ||
|
||
platformPlugins = java, Kotlin, Groovy, properties | ||
platformBundledPlugins = com.intellij.java, org.jetbrains.kotlin, org.intellij.groovy, com.intellij.properties, com.intellij.modules.json | ||
|
||
kotlin.stdlib.default.dependency = false | ||
|
||
kotlin.daemon.jvmargs=-Xmx2000m |
28 changes: 0 additions & 28 deletions
28
src/main/kotlin/com/gmail/blueboxware/libgdxplugin/DisposableProvider.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.