11 lines
247 B
Kotlin
11 lines
247 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.cloudServices)
|
|
compileOnly(libs.guice)
|
|
testImplementation(libs.jmhCore)
|
|
testImplementation(libs.jmhGeneratorAnnprocess)
|
|
testImplementation(libs.guice)
|
|
}
|