hi! I'm playing with gradle multiplatform builds a...
# multiplatform
l
hi! I'm playing with gradle multiplatform builds and has a question, does
kotlin-platform-js
project can be used as dependency with
kotlin-frontend-plugin
? my project structure(not full):
Copy code
:web (kotlin-platform-common)
:web-js (kotlin-platform-js, expectedBy project(":web"))
:ui (kotlin2js, org.jetbrains.kotlin.frontend, compile project(":web-js"))
... other
webpack in
:ui
project does not find
:web-js
artifact, does it work?