Build: Use project kotlin-reflect in fir tree generator
To avoid unstable dependency substitution depending on local version
This commit is contained in:
@@ -27,7 +27,7 @@ dependencies {
|
|||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
runtimeOnly(intellijCoreDep()) { includeJars("jdom") }
|
runtimeOnly(intellijCoreDep()) { includeJars("jdom") }
|
||||||
}
|
}
|
||||||
implementation(kotlin("reflect"))
|
implementation(project(":kotlin-reflect"))
|
||||||
}
|
}
|
||||||
|
|
||||||
val writeCopyright by task<WriteCopyrightToFile> {
|
val writeCopyright by task<WriteCopyrightToFile> {
|
||||||
|
|||||||
Reference in New Issue
Block a user