controls-kt/motors/build.gradle.kts

12 lines
181 B
Plaintext
Raw Normal View History

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