mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-14 20:50:09 +08:00
Extract ResolveContext and RestrictedScope to separate modules
This commit is contained in:
parent
60190d373c
commit
3704604544
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user