Add missing fir-common dependency to kotlin plugin jar

This commit is contained in:
Ilya Kirillov
2020-04-20 21:43:28 +03:00
parent d83a35d898
commit 29f19c78f2
+1
View File
@@ -47,6 +47,7 @@ val projectsToShadow by extra(listOf(
":compiler:fir:java",
":compiler:fir:jvm",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:fir2ir",
":compiler:fir:fir2ir:jvm-backend",
":compiler:frontend",