How can I specify which target to use for `compose...
# compose-web
a
How can I specify which target to use for
compose.web.targets
? I have multiple JS targets, and as such I need to specify it, but I can't find any way on how to do this? EDIT: apparently this works:
Copy code
compose.web {
    targets(kotlin.js())
}