How do i use decompose router, no documentation is...
# decompose
v
How do i use decompose router, no documentation is telling me what
Copy code
implementation(what.the.hell.is.this.string.for.decompose.router)
is for decompose router
👀 1
a
What is decompose router? Are you referring to Decompose-Router library?
v
yes, the one by xxfast though due to this I have switched to voyager for the moment
a
That's a separate library. I believe it has its own readme with some setup instructions: https://github.com/xxfast/Decompose-Router#adding-to-your-project
You should expand those collapsing sections: "With version catalog" or "Without version catalog".
v
yes that is the one i was using
a
So the readme should answer your question:
How do i use decompose router, no documentation is telling me what
Copy code
implementation(what.the.hell.is.this.string.for.decompose.router)
is for decompose router
image.png
v
AH I did not see that, thanks, though this forces me to import the whole Decompose lib as well. I will have to consider that...
👍 1
x
hmm 🤔 Maybe i should include the decompose dependencies as api dependencies so that users dont need to manually bring these in
a
Sounds like a good idea, unless you want to provide your own abstractions for everything. 😀 Decompose exposes Essenty as API.