13 lines
No EOL
230 B
Kotlin
13 lines
No EOL
230 B
Kotlin
plugins {
|
|
alias(deps.plugins.kotlin.jvm)
|
|
id("configuration")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(deps.arrow.core)
|
|
|
|
api(deps.test.coroutine)
|
|
api(deps.test.junit5)
|
|
api(deps.test.mockk)
|
|
api(deps.test.truth)
|
|
} |