mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 00:17:15 +03:00
14 lines
356 B
Groovy
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
|
|
}
|