mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 23:47:16 +03:00
14 lines
361 B
Groovy
14 lines
361 B
Groovy
apply from: bootstrap.kotlinModule
|
|
|
|
dependencies {
|
|
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
|
|
}
|