forked from NPM/numass-framework
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
|
plugins {
|
||
|
kotlin("jvm")
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":dataforge-core"))
|
||
|
}
|