1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-06 04:38:22 +01:00

12 lines
411 B
Groovy
Raw Normal View History

2022-02-24 21:55:56 +00:00
plugins {
id 'kotlin'
id 'java-test-fixtures'
}
dependencies {
api Dependencies.mavenCentral.kotlinCoroutinesCore
2022-02-24 21:55:56 +00:00
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
testFixturesImplementation Dependencies.mavenCentral.kluent
2022-04-25 23:09:35 +01:00
testFixturesImplementation Dependencies.mavenCentral.mockk
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesTest
2022-02-24 21:55:56 +00:00
}