2
0
Эх сурвалжийг харах

Extract ResolveContext and RestrictedScope to separate modules

Him188 5 жил өмнө
parent
commit
3704604544

+ 3 - 0
buildSrc/src/main/kotlin/Versions.kt

@@ -42,6 +42,9 @@ object Versions {
     const val slf4j = "1.7.30"
     const val log4j = "2.13.3"
 
+
+    // If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
+
     const val yamlkt = "0.7.5"
     const val intellijGradlePlugin = "0.4.16"
     const val kotlinIntellijPlugin = "203-1.4.21-release-IJ5981.133" // keep to newest as kotlinCompiler

+ 1 - 0
settings.gradle.kts

@@ -39,6 +39,7 @@ fun includeConsoleProjects() {
         if (path != null) project(projectPath).projectDir = file("mirai-console/$path")
     }
 
+    includeConsoleProject(":mirai-console-compiler-annotations", "tools/compiler-annotations")
     includeConsoleProject(":mirai-console", "backend/mirai-console")
     includeConsoleProject(":mirai-console.codegen", "backend/codegen")
     includeConsoleProject(":mirai-console-terminal", "frontend/mirai-console-terminal")