1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-11 17:20:39 +01:00

14 lines
361 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.junit
testImplementation testing.kotlinJunit
testImplementation testing.mockito
testImplementation testing.mockitoInline
testImplementation testing.mockitoKotlin
testImplementation testing.kluent
}