Hello, I’m a newbie in Kotlin. I have a question about generated JavaScript file If I defined function with parameter => in generated js file is this function with some strange suffix -
for instance output is
formatDate_61zpoe$: function (date) {
.
If I created a function without parameter so generated function in JS is with correct name