Hi. I tested the new online multiplatform project ...
# multiplatform
c
Hi. I tested the new online multiplatform project wizard, and I had a remark and a question. • The wizard assumes the user wants to build an application, but what if he just wants to build a library? It should be easier because you don't have to include any Compose/UI stuff, but still very useful. • I see there is a WasmJs target, but no more pure Js target, what happened here?
m
What makes you think that libraries don’t contain any “Compose/UI stuff”? I have many such libraries.
b
For a library part you also have a predefined templates under Template Gallery that can be used from this link: https://kmp.jetbrains.com/#templateGallery
👍 1
c
@Michael Paus I'm just saying that they don't need to...