Hello everybody :slightly_smiling_face: I am creat...
# compose-web
o
Hello everybody 🙂 I am creating a library for compose web, but in case I am trying to use this library I am getting next error:
Copy code
e: java.lang.AssertionError: No such value argument slot in IrCallImpl: 6 (total=6).
Symbol: dev.inmo.jsuikit.elements/TextField|2280372978393256425[0]
I am looking for compose web module (which is depend on core) and trying to find differences with my project, but can't find any. Can anybody help me to understand what is wrong?
2
o
As we discussed this in private messages, the issue was caused by the fact the kotlin-js gradle plugin was applied, while it's necessary to apply multiplatform plugin in order to use compose for web.
👍 2