Hi, how can we inject dependencies in Composable i...
# koin
a
Hi, how can we inject dependencies in Composable in compose multiplatform?
z
Koin recently added a compose multiplatform module which I believe should be able to do what you described
a
I didn’t find something in docs. Can you mention something?
z
The koin-compose module. There doesn't seem to be any documentation on it currently but it should behave almost exactly like it does in the android compose module
a
do you have details about your gradle config?
a
I've got an issue adding compose to js target with Compose for Web
Copy code
* What went wrong:
Could not determine the dependencies of task ':apps:admin:jsPackageJson'.
> Could not find koin-compose-js-1.0.0.klib (io.insert-koin:koin-compose-js:1.0.0).
  Searched in the following locations:
      <https://repo.maven.apache.org/maven2/io/insert-koin/koin-compose-js/1.0.0/koin-compose-js-1.0.0.klib>
a
Thanks for your feedback @burnoo 🙂 You're welcome to contribute 🙏