Remove dependency of fir:tree:tree-generator on kotlin-reflect
This dependency was unused. It allows to avoid waiting for compiling kotlin-reflect (which includes descriptors, deserialization, etc.) before compiling FIR modules and thus improves total build time.
This commit is contained in:
@@ -26,7 +26,6 @@ dependencies {
|
||||
Platform[192].orHigher {
|
||||
runtimeOnly(intellijCoreDep()) { includeJars("jdom") }
|
||||
}
|
||||
implementation(project(":kotlin-reflect"))
|
||||
}
|
||||
|
||||
val writeCopyright by task<WriteCopyrightToFile> {
|
||||
|
||||
Reference in New Issue
Block a user