Getting this error for the Confetti Compose for We...
# confetti
j
Getting this error for the Confetti Compose for Web client....in case anyone has thoughts on what might be causing it. I'm not seeing this problem for other Compose for Web clients I have in other samples https://kotlinlang.slack.com/archives/CDFP59223/p1757693016677399?thread_ts=1752868464.463239&cid=CDFP59223
😬 1
I created new app using kmp wizard and some differences for web client there.....but updating Confetti to those didn't seem to help
If I pare down
compose-web
compose code to say just
Text("hi")
but still depend on
project:shared
it still happens....but if I remove that dependency it's fine.....so something in shared module affecting this.....
ok narrowed it down to inclusion of https://github.com/jordond/MaterialKolor ....seems there's some incompatibility there