arunkumar9t2 / scabbard

🗡 A tool to visualize Dagger 2 dependency graphs
https://arunkumar9t2.github.io/scabbard
Apache License 2.0
860 stars 35 forks source link

Could not find com.github.kittinunf.result:result:3.0.0. #100

Closed jisungbin closed 2 years ago

jisungbin commented 2 years ago

I am using the latest version 0.5.0, and when I build it, the below error occurs:

Could not determine the dependencies of task ':presentation:kaptDebugKotlin'.
> Could not resolve all task dependencies for configuration ':presentation:kaptClasspath_kaptDebugKotlin'.
   > Could not find com.github.kittinunf.result:result:3.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/kittinunf/result/result/3.0.0/result-3.0.0.pom
       - https://repo.maven.apache.org/maven2/com/github/kittinunf/result/result/3.0.0/result-3.0.0.pom
     Required by:
         project :presentation > dev.arunkumar:scabbard-processor:0.5.0

I think com.github.kittinunf.result:result:3.0.0 was removed from Maven. Can you replace this dependency with the latest version?

image

Here is Maven link: search.maven.org/search?q=g:com.github.kittinunf.result

arunkumar9t2 commented 2 years ago

Hi thanks for reporting, it is fixed in main but I have not published a new version. I will try to do asap. Meanwhile please follow the changes in this PR.

https://github.com/arunkumar9t2/scabbard-sample/pull/1/files

jisungbin commented 2 years ago

Thanks!

overheadhunter commented 2 years ago

Sadly the workaround doesn't work for Maven projects, as Maven's dependency management doesn't seem to have any effect on annotation processors. So could you please release a new version with the 3.0.1 dependency?

arunkumar9t2 commented 2 years ago

Hi thanks for raising this up, I will try to release hot fix asap.