mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-20 22:44:15 +01:00
11 lines
283 B
Groovy
11 lines
283 B
Groovy
plugins { id 'java-test-fixtures' }
|
|
applyMatrixServiceModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
|
|
kotlinFixtures(it)
|
|
testFixturesImplementation(testFixtures(project(":core")))
|
|
testFixturesImplementation(testFixtures(project(":matrix:common")))
|
|
}
|