9 lines
175 B
Kotlin
9 lines
175 B
Kotlin
plugins {
|
|
id("elex-java")
|
|
}
|
|
|
|
dependencies {
|
|
// https://mvnrepository.com/artifact/org.mockito/mockito-core
|
|
testImplementation("org.mockito:mockito-core:3.11.2")
|
|
}
|