is there a way to make it pass something in there?
r
Roman Artemev [JB]
07/02/2018, 1:02 PM
If you need a way to pass them from CLI the answer is no. Could you please provide some more details. Probably we might find solution.
c
coder82
07/03/2018, 7:51 AM
Sorry I solved the issue differently so I don't need to pass parameters anymore.
coder82
07/03/2018, 7:53 AM
But essentially all I wanted to was to pass parameters to my kotlin main function inside a front-end kotlin-js project. Later I realized that it might not make sense though because, from where would I pass these params? from javascript right?