2018-10-06 13:37:12 +02:00
|
|
|
apply from: bootstrap.kotlinModule
|
2018-02-26 22:03:33 +01:00
|
|
|
|
|
|
|
dependencies {
|
2018-10-06 14:13:57 +02:00
|
|
|
api project(':core:domain')
|
2018-03-10 22:20:34 +01:00
|
|
|
api other.twitterSerial
|
|
|
|
|
|
|
|
testImplementation testing.kotlinJunit
|
|
|
|
testImplementation testing.mockito
|
|
|
|
testImplementation testing.mockitoInline
|
|
|
|
testImplementation testing.mockitoKotlin
|
|
|
|
testImplementation testing.kluent
|
2018-02-26 22:03:33 +01:00
|
|
|
}
|