ultrasonic-app-subsonic-and.../cache/build.gradle

14 lines
356 B
Groovy

apply from: bootstrap.kotlinModule
dependencies {
api project(':domain')
api other.twitterSerial
testImplementation testing.junit
testImplementation testing.kotlinJunit
testImplementation testing.mockito
testImplementation testing.mockitoInline
testImplementation testing.mockitoKotlin
testImplementation testing.kluent
}