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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user