forked from kscience/visionforge
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
plugins {
|
|
id("scientifik.js")
|
|
//id("kotlin-dce-js")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":dataforge-vis-spatial"))
|
|
testCompile(kotlin("test-js"))
|
|
}
|
|
|
|
//kotlin{
|
|
// sourceSets["main"].dependencies{
|
|
// implementation(npm("three","0.106.2"))
|
|
// implementation(npm("@hi-level/three-csg"))
|
|
// implementation(npm("style-loader"))
|
|
// implementation(npm("element-resize-event"))
|
|
// }
|
|
//}
|