I have a 1.7.20 JVM + JS project. The JVM part exe...
# javascript
c
I have a 1.7.20 JVM + JS project. The JVM part executes fine, however the JS part fails with
Copy code
TypeError: this.templates0__1.create_8m8rgm_k$ is not a function
Has anyone experienced this before?
a
I have probably hit something like this Can you share the create method you have written in kotlin??
c