FIR IDE: Make KtReference class descriptors frontend independent

* The new idea-frontend-independent module created
* Moved KtReference and it inheritors to that module & implement them in idea-analysis module by using descriptors frontend
This commit is contained in:
Ilya Kirillov
2020-05-07 21:25:08 +03:00
parent 6adad1055b
commit 418903e9ef
52 changed files with 1045 additions and 730 deletions
+1
View File
@@ -93,6 +93,7 @@ val projectsToShadow by extra(listOf(
":idea:idea-jvm",
":idea:idea-git",
":idea:idea-jps-common",
":idea:idea-frontend-independent",
*if (Ide.IJ())
arrayOf(
":idea:idea-maven",