copper-leaf / ballast

Opinionated Application State Management framework for Kotlin Multiplatform
https://copper-leaf.github.io/ballast/
BSD 3-Clause "New" or "Revised" License
144 stars 11 forks source link

Cannot resolve debugger dependency #59

Closed ubuntudroid closed 8 months ago

ubuntudroid commented 8 months ago

While setting up ballast I'm not able to properly define the debugger dependency. I always get the following error while syncing:

Could not find io.github.copper-leaf:ballast-debugger:4.0.0

I did a quick maven artifact search and the artifact indeed isn't available. There are some ballast related debug artifacts (ending with android-debug, but I'm not sure those are the same.

ubuntudroid commented 8 months ago

Alright, looks like the docs need some updating - the correct dependency is io.github.copper-leaf:ballast-debugger-client:4.0.0. 🤓

ubuntudroid commented 8 months ago

Reopening as @cjbrooks12 likely wants to update the docs before closing.

cjbrooks12 commented 8 months ago

Thanks for finding this issue, sorry for the inconvenience. I will get the docs updated shortly

cjbrooks12 commented 8 months ago

The docs are now updated

https://copper-leaf.github.io/ballast/wiki/modules/ballast-debugger/#installation

ubuntudroid commented 8 months ago

Great, many thanks! 🙏