forked from kscience/visionforge
15 lines
213 B
Plaintext
15 lines
213 B
Plaintext
plugins {
|
|
`npm-multiplatform`
|
|
}
|
|
|
|
kotlin {
|
|
sourceSets {
|
|
val commonMain by getting {
|
|
dependencies {
|
|
api(project(":dataforge-vis-common"))
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|