money-module/build.gradle.kts

9 lines
174 B
Plaintext
Raw Permalink Normal View History

2020-08-26 20:02:36 +07:00
plugins {
kotlin("jvm")
2020-08-27 10:19:50 +07:00
`java-library`
2020-08-26 20:02:36 +07:00
}
dependencies {
implementation(kotlin("stdlib"))
testImplementation("org.junit.vintage:junit-vintage-engine:5.6.2")
2020-08-27 10:19:50 +07:00
}