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 1327ba5 commit 1481cdeCopy full SHA for 1481cde
README.md
@@ -81,7 +81,8 @@ end
81
82
| IDE Version | Plugin Version | Status |
83
|-------------|----------------|--------|
84
-| 2024.3+ | 0.8.x | ✅ Actively Supported |
+| 2024.3+ | 0.8.x | ✅ Actively Supported |
85
+| 2025.2+ | 0.12.x | ✅ Actively Supported |
86
87
## 🤝 Contributing
88
build.gradle.kts
@@ -12,8 +12,8 @@ group = "com.cppcxy"
12
13
// 版本配置
14
object Versions {
15
- const val emmyluaAnalyzer = "0.11.0"
16
- const val emmyDebugger = "1.8.6"
+ const val emmyluaAnalyzer = "0.12.0"
+ const val emmyDebugger = "1.8.7"
17
const val jvm = "17"
18
const val ideaSDK = "2025.2"
19
}
0 commit comments