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:
committed by
Space Team
parent
f43ad1cb7a
commit
6afceb1e84
@@ -19,5 +19,5 @@ dependencies {
|
||||
isTransitive = false
|
||||
}
|
||||
|
||||
embedded(project(":kotlin-gradle-compiler-types"))
|
||||
embedded(project(":kotlin-gradle-compiler-types")) { isTransitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user