Build: Use project kotlin-reflect in fir tree generator

To avoid unstable dependency substitution depending on local version
This commit is contained in:
Vyacheslav Gerasimov
2020-06-28 17:29:57 +03:00
parent 1ef68dfffd
commit 4bb670e667
@@ -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> {