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 2382362 commit b730e10Copy full SHA for b730e10
build.gradle.kts
@@ -12,7 +12,7 @@ group = "com.cppcxy"
12
13
// 版本配置
14
object Versions {
15
- const val emmyluaAnalyzer = "0.14.0"
+ const val emmyluaAnalyzer = "0.16.0"
16
const val emmyDebugger = "1.8.7"
17
const val jvm = "17"
18
const val ideaSDK = "2025.2"
@@ -32,7 +32,7 @@ private val buildDataList = listOf(
32
ideaSDKShortVersion = "252",
33
ideaSDKVersion = "2025.2",
34
sinceBuild = "252",
35
- untilBuild = "252.*"
+ untilBuild = "253.*"
36
)
37
38
0 commit comments