Anyone who has been able to use Koin Compose with ...
# koin
j
Anyone who has been able to use Koin Compose with Compose for Web (Canvas JS). I tried to use it but I get IrLinkageError for koinInject, KoinContext and KoinApplication. Maybe it is not supported yet?
m
Yeah it works fine the same way as other targets, can you share some code
👌 1
p
Working fine for me 2
j
Since the code base I was working in was a bit messy. I created a minimum reproducible project. Here is the PR where I try to switch from KoinComponent to KoinApplication and koinInject. Is my implementation wrong ? 🤔 https://github.com/leptonquark/koin-compose-canvas-js/pull/1