.<init> in a generated kotlin-js build
I have a kotlin 1.31 lib project, that I build to a js lib.
I get this error during the build, in a file generated by the build.
build/js/packages/labyrinth-game-game/kotlin/labyrinth-game-game.js (4945, 19): missing name after . operator
the line of code:
package$model. = ObjectZone_init;
any idea?