1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-15 18:29:18 +01:00
ultrasonic-app-subsonic-and.../core/cache/build.gradle
2018-10-07 20:59:06 +02:00

13 lines
324 B
Groovy

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