Move LANGUAGE_TO_METADATA_VERSION to compiler:frontend.common.jvm

This commit is contained in:
Mikhail Glukhikh
2022-12-27 16:52:44 +01:00
parent 89dd28226b
commit 52ab565cc6
7 changed files with 53 additions and 42 deletions
+1
View File
@@ -10,6 +10,7 @@ dependencies {
api(project(":compiler:config.jvm"))
api(project(":compiler:resolution.common.jvm"))
api(project(":compiler:frontend.common"))
api(project(":compiler:frontend.common.jvm"))
// api(project(":compiler:fir:resolve"))
api(project(":compiler:fir:resolve"))
api(project(":compiler:fir:checkers"))