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