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
@@ -13,7 +13,7 @@ dependencies {
compile(project(":compiler:backend"))
compile(project(":compiler:backend.jvm"))
implementation(project(":compiler:backend.jvm.lower"))
implementation(project(":compiler:backend.jvm:backend.jvm.entrypoint"))
implementation(project(":compiler:backend.jvm.entrypoint"))
compile(project(":compiler:ir.backend.common"))
compile(project(":compiler:light-classes"))
compile(project(":compiler:serialization"))