controls-kt/motors/build.gradle.kts

11 lines
176 B
Plaintext
Raw Normal View History

2020-08-28 21:54:56 +03:00
plugins {
2020-08-31 12:40:49 +03:00
id("kscience.jvm")
id("kscience.publish")
2020-08-28 21:54:56 +03:00
}
//TODO to be moved to a separate project
dependencies {
implementation(project(":dataforge-device-core"))
}