Use typesafe dependency accessors
This commit is contained in:
parent
3f0ef5715c
commit
9dc4e87fa8
19 changed files with 27 additions and 26 deletions
|
|
@ -3,8 +3,8 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api(project(":cloud-annotations"))
|
||||
api(projects.cloudCore)
|
||||
api(projects.cloudAnnotations)
|
||||
api(kotlin("reflect"))
|
||||
api(libs.bundles.coroutines)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api(projects.cloudCore)
|
||||
api(libs.bundles.coroutines)
|
||||
|
||||
compileOnly(project(":cloud-kotlin-extensions"))
|
||||
testImplementation(project(":cloud-kotlin-extensions"))
|
||||
compileOnly(projects.cloudKotlinExtensions)
|
||||
testImplementation(projects.cloudKotlinExtensions)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api(projects.cloudCore)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue