forked from kscience/visionforge
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
plugins {
|
|
id("scientifik.js")
|
|
}
|
|
|
|
val dataforgeVersion: String by rootProject.extra
|
|
|
|
kotlin {
|
|
target {
|
|
useCommonJs()
|
|
}
|
|
}
|
|
|
|
dependencies{
|
|
api(project(":dataforge-vis-common"))
|
|
api(project(":ui:react"))
|
|
} |