Add analysis:kt-reference module and move KtReferences there.

This commit is contained in:
Mads Ager
2022-01-19 17:11:40 +01:00
committed by Ilya Kirillov
parent 5320a32d67
commit 6f0bb0eda5
20 changed files with 35 additions and 16 deletions
+1
View File
@@ -159,6 +159,7 @@ val commonCompilerModules = arrayOf(
":analysis:decompiled:decompiler-to-file-stubs",
":analysis:decompiled:decompiler-to-psi",
":analysis:decompiled:light-classes-for-decompiled",
":analysis:kt-reference",
).also { extra["commonCompilerModules"] = it }
val firCompilerCoreModules = arrayOf(