ChatKit icon indicating copy to clipboard operation
ChatKit copied to clipboard

Could not resolve com.github.stfalcon-studio:Chatkit:v0.4.1.

Open Frontpage656 opened this issue 2 years ago • 7 comments

Hi, i tried to follow all steps here but am still getting this beautiful error.

Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.github.stfalcon-studio:Chatkit:v0.4.1.

Frontpage656 avatar Mar 18 '22 06:03 Frontpage656

Any answer to this? Same problem here.

ahelen avatar Jul 27 '22 13:07 ahelen

I have the same problem. There is a solution?

XavierGomez95 avatar Sep 21 '22 10:09 XavierGomez95

After doing some research and modifying a thousand things, I have found a possible solution:

In 'settings.gradle' add maven { url 'https://jitpack.io' } jcenter()

'dependencyResolutionManagement' is equivalent to the old 'allprojects'.

I attach a screenshot.

solution chatkit

Hope this helps in the future :)

XavierGomez95 avatar Sep 21 '22 20:09 XavierGomez95

It doesn't work at all. No one has this problem? I've spent a day trying to solve it.

tianxu0836 avatar Dec 23 '22 02:12 tianxu0836

Any update on this?

monstermac77 avatar Jan 24 '23 17:01 monstermac77

hi, better download lib folder then import it into your project this lib is DEAD, so we dont need to using gradle to import this lib.

fukemy avatar Feb 08 '23 03:02 fukemy

You can still use version 0.3.3 which is available in JCenter https://mvnrepository.com/artifact/com.github.stfalcon/chatkit/0.3.3 Only the newer version 0.4.1 requires something from a private repo on jitpack.

yoryer avatar Feb 23 '23 13:02 yoryer