[Plugins] Extract parts of cli modules which were used from IDE into common modules
This is needed to avoid IDE dependencies on cli modules, because they include FIR classes, which are inaccessible in regular Kotlin IDE plugin
This commit is contained in:
committed by
teamcity
parent
9b56a01d74
commit
66c2679673
@@ -6,6 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":kotlin-allopen-compiler-plugin.common"))
|
||||
implementation(project(":kotlin-allopen-compiler-plugin.k1"))
|
||||
implementation(project(":kotlin-allopen-compiler-plugin.k2"))
|
||||
compileOnly(project(":compiler:plugin-api"))
|
||||
|
||||
Reference in New Issue
Block a user