2022-02-24 22:55:56 +01:00
|
|
|
plugins {
|
|
|
|
id 'kotlin'
|
|
|
|
id 'java-test-fixtures'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2022-06-11 14:29:47 +02:00
|
|
|
api Dependencies.mavenCentral.kotlinCoroutinesCore
|
2022-02-24 22:55:56 +01:00
|
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
|
|
testFixturesImplementation Dependencies.mavenCentral.kluent
|
2022-04-26 00:09:35 +02:00
|
|
|
testFixturesImplementation Dependencies.mavenCentral.mockk
|
|
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesTest
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|