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
@@ -19,5 +19,5 @@ dependencies {
isTransitive = false
}
embedded(project(":kotlin-gradle-compiler-types"))
embedded(project(":kotlin-gradle-compiler-types")) { isTransitive = false }
}