[FIR] Introduce module for all jvm extensions

This commit is contained in:
Simon Ogorodnik
2019-12-18 14:42:09 +03:00
committed by Mikhail Glukhikh
parent 99489321f1
commit 05308a3652
9 changed files with 27 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ val projectsToShadow by extra(listOf(
":compiler:fir:resolve",
":compiler:fir:tree",
":compiler:fir:java",
":compiler:fir:jvm",
":compiler:fir:psi2fir",
":compiler:fir:fir2ir",
":idea:fir-view",