Fix demo package name to ensure proper package resolution
This commit is contained in:
parent
ea9d37b9a1
commit
25c3a19eed
@ -2,6 +2,8 @@ plugins {
|
||||
id("space.kscience.gradle.mpp")
|
||||
}
|
||||
|
||||
group = "demo"
|
||||
|
||||
kscience {
|
||||
jvm()
|
||||
js {
|
||||
|
@ -10,7 +10,7 @@ kscience {
|
||||
api("org.jetbrains.kotlin-wrappers:kotlin-styled")
|
||||
api("org.jetbrains.kotlin-wrappers:kotlin-react-dom")
|
||||
// implementation(npm("react-select","4.3.0"))
|
||||
implementation(projects.visionforgeThreejs)
|
||||
api(projects.visionforgeThreejs)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user