Rename :core:descriptors.common to :core:compiler.common
This commit is contained in:
@@ -11,7 +11,7 @@ val compileOnly by configurations
|
||||
runtimeOnly.extendsFrom(compileOnly)
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core:descriptors.common"))
|
||||
implementation(project(":core:compiler.common"))
|
||||
implementation(project(":compiler:frontend.common"))
|
||||
implementation(project(":compiler:fir:cones"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user