mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-18 12:58:26 +01:00
12 lines
422 B
Groovy
12 lines
422 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
id 'java-test-fixtures'
|
|
}
|
|
|
|
dependencies {
|
|
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
testFixturesImplementation Dependencies.mavenCentral.kluent
|
|
testFixturesImplementation Dependencies.mavenCentral.mockk
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesTest
|
|
} |