2022-03-13 13:17:49 +01:00
|
|
|
plugins { id 'java-test-fixtures' }
|
2022-02-24 22:55:56 +01:00
|
|
|
applyMatrixServiceModule(project)
|
2022-03-13 13:17:49 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-09-21 21:35:39 +02:00
|
|
|
implementation project(":core")
|
|
|
|
|
2022-03-13 13:17:49 +01:00
|
|
|
kotlinFixtures(it)
|
|
|
|
testFixturesImplementation(testFixtures(project(":core")))
|
|
|
|
testFixturesImplementation(testFixtures(project(":matrix:common")))
|
|
|
|
}
|