Minor, remove leftover module ir.tree.impl

#KTI-967 Fixed
This commit is contained in:
Alexander Udalov
2022-10-31 16:29:10 +01:00
committed by Space Team
parent a30d19b655
commit 8e52babb42
-14
View File
@@ -1,14 +0,0 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":compiler:ir.tree"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}