Minor, rename module backend.jvm:backend.jvm.entrypoint -> backend.jvm.entrypoint

This commit is contained in:
Alexander Udalov
2021-09-10 13:49:49 +02:00
parent 7efc9dac9b
commit 5df316a129
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ dependencies {
testApi(project(":compiler:cli"))
testImplementation(project(":compiler:ir.tree.impl"))
testImplementation(project(":compiler:backend.jvm.lower"))
testImplementation(project(":compiler:backend.jvm:backend.jvm.entrypoint"))
testImplementation(project(":compiler:backend.jvm.entrypoint"))
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
testCompileOnly(project(":kotlin-reflect-api"))