Introduce new modules for common parts of deserialization
This commit is contained in:
@@ -6,6 +6,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(project(":core:compiler.common"))
|
||||
implementation(project(":core:compiler.common.jvm"))
|
||||
implementation(project(":core:deserialization.common.jvm"))
|
||||
implementation(project(":compiler:fir:fir-deserialization"))
|
||||
|
||||
api(project(":compiler:fir:cones"))
|
||||
|
||||
Reference in New Issue
Block a user