Extract ResolveContext and RestrictedScope to separate modules

This commit is contained in:
Him188 2021-01-29 07:44:22 +08:00
parent 60190d373c
commit 3704604544
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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")