Remove more usages for embedded with isTransitive = true

It's a refactoring because the list of dependencies shouldn't change

Follow up for KTI-942
This commit is contained in:
Nikolay Krasko
2022-10-11 13:13:58 +02:00
committed by Space Team
parent f43ad1cb7a
commit 6afceb1e84
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies {
compileOnly(project(":kotlin-gradle-plugin"))
compileOnly(project(":kotlin-compiler-embeddable"))
embedded(project(":kotlinx-atomicfu-compiler-plugin"))
embedded(project(":kotlinx-atomicfu-compiler-plugin")) { isTransitive = false }
}
gradlePlugin {