2022-02-24 22:55:56 +01:00
|
|
|
plugins {
|
|
|
|
id 'kotlin'
|
|
|
|
id 'java-test-fixtures'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
|
|
testFixturesImplementation Dependencies.mavenCentral.kluent
|
2022-03-09 06:30:26 +01:00
|
|
|
testFixturesImplementation 'io.mockk:mockk:1.12.3'
|
2022-03-03 21:57:13 +01:00
|
|
|
testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|