Add module ':compiler:frontend.common.jvm' to the JPS plugin

New module was added in '52baf7338edcbc877e2ca1b0c7b63665d15f0e80',
however unless it's present in the 'compilerModulesForJps' list,
it's not packed inside the JPS plugin.
This commit is contained in:
Yan Zhulanow
2022-02-18 19:19:29 +09:00
parent d4d22b0dcf
commit 0860ff6542
+1
View File
@@ -259,6 +259,7 @@ extra["compilerModulesForJps"] = listOf(
":core:deserialization",
":core:deserialization.common",
":core:deserialization.common.jvm",
":compiler:frontend.common.jvm",
":compiler:frontend.java",
":core:metadata",
":core:metadata.jvm",