Alex Vasilkov
Alex Vasilkov
It's really hard to help if you don't provide your code. Please share related code pieces and describe your problems with it. It seems like you just need to hide...
Yeah, it's sad that Fresco uses same method name. The only workaround I can suggest right now is to attach source code of this library and change method's name to...
Thanks for your feedback, I will keep it open until I'll find a good way to fix it.
I'm planing to implement this as part of future 3.x.x version since it requires breaking changes. But I still can't share any specific date when it will be released. Meanwhile...
Are you sure you added the plugin to your `settings.gradle` and not `build.gradle`? See readme.
Do you need to checkout a single git repo and then add several directories from it as project dependencies? Can you provide more info about your use case please?
Try removing `authGroup 'ssh'`, does it help?
Hm, I fear ssh keys protected with passphrase are not supported right now. Since you have access token, can you please try to use it as username and use empty...
What if you use random password, e.g. "x"? If token auth doesn't work then I fear that you have to use unprotected ssh key after all. I may try to...
I fear there is not enough information to understand what's going on. Is it still failing for you? Do you use latest plugin version? What's the exact error output?