From 0860ff6542c2460bb47fbf98b1956941965a98cd Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 18 Feb 2022 19:19:29 +0900 Subject: [PATCH] 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. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 31b6ad6eba5..27de86aaafb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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",