Build: Fix deprecated Gradle configurations usages

for migration to Gradle 7+ #KTI-559
This commit is contained in:
Vyacheslav Gerasimov
2021-07-07 00:27:29 +03:00
parent dbedff3c62
commit ab146bd6d4
158 changed files with 867 additions and 884 deletions
@@ -4,12 +4,12 @@ plugins {
}
dependencies {
compile(project(":compiler:ir.tree"))
compile(project(":compiler:ir.serialization.common"))
compile(project(":core:descriptors.jvm"))
compile(project(":core:metadata.jvm"))
api(project(":compiler:ir.tree"))
api(project(":compiler:ir.serialization.common"))
api(project(":core:descriptors.jvm"))
api(project(":core:metadata.jvm"))
implementation(project(":core:deserialization.common.jvm"))
compile(project(":compiler:frontend.java"))
api(project(":compiler:frontend.java"))
}
sourceSets {