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

13 lines
324 B
Groovy
Raw Normal View History

apply from: bootstrap.kotlinModule
dependencies {
2018-10-06 14:13:57 +02:00
api project(':core:domain')
api other.twitterSerial
testImplementation testing.kotlinJunit
testImplementation testing.mockito
testImplementation testing.mockitoInline
testImplementation testing.mockitoKotlin
testImplementation testing.kluent
}