Rename kt-reference module to kt-references.

This commit is contained in:
Mads Ager
2022-02-03 14:26:51 +01:00
committed by Ilya Kirillov
parent 17aee1e944
commit a398f7d6cb
21 changed files with 6 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
implementation(project(":compiler:psi"))
implementation(project(":compiler:light-classes"))
implementation(intellijCore())
compileOnly(commonDependency("com.google.guava:guava"))
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}