11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
plugins {
|
|
id("kscience.jvm")
|
|
id("kscience.publish")
|
|
}
|
|
|
|
//TODO to be moved to a separate project
|
|
|
|
dependencies {
|
|
implementation(project(":dataforge-device-core"))
|
|
}
|