controls-kt/motors/build.gradle.kts

15 lines
216 B
Plaintext
Raw Normal View History

2020-08-28 21:54:56 +03:00
plugins {
2020-09-08 10:13:14 +03:00
id("ru.mipt.npm.jvm")
id("ru.mipt.npm.publish")
2020-08-28 21:54:56 +03:00
}
//TODO to be moved to a separate project
2020-10-04 22:36:44 +03:00
kotlin{
explicitApi = null
}
2020-08-28 21:54:56 +03:00
dependencies {
implementation(project(":dataforge-device-core"))
}