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