Add compiler:ir.serialization.jvm to IDEA plugin
This fixes a problem caught by the Plugin Verifier. Kotlin IDEA plugin depends on the JVM IR backend, which depends on ir.serialization.jvm now
This commit is contained in:
@@ -18,6 +18,7 @@ val projectsToShadow by extra(listOf(
|
||||
":compiler:backend-common",
|
||||
":compiler:backend.jvm",
|
||||
":compiler:ir.backend.common",
|
||||
":compiler:ir.serialization.jvm",
|
||||
":kotlin-build-common",
|
||||
":compiler:cli-common",
|
||||
":compiler:container",
|
||||
|
||||
Reference in New Issue
Block a user