I have gradle project with with web module contain...
# javascript
t
I have gradle project with with web module containing kotlinjs sources and server module containing embedded web server to serve them, is there a best practice how to get the build output from web module (both classes and resources) to server module resources folder?
b
@tlaukkan maybe #gradle suite better for the such question
t
Ok, thanks 🙂