Hey everybody, Is there any way to use private Azure devops repos to host shared modules using kmm bridge, our team wants to host repo in a private repository which is only accessible via vpn.
r
russhwolf
11/01/2022, 1:25 PM
What's your setup for publishing there now? If you're able to do it via standard maven publishing, then take a look at https://touchlab.github.io/KMMBridge/artifacts/MAVEN_REPO_ARTIFACTS
If that doesn't work for you, then open a ticket and we can talk about what would be needed to support it.
t
tkach13
11/01/2022, 1:42 PM
@russhwolf thanks for the answer, we use azure repos only for artifact publishing/management , so i don't think we can publish anything on maven or any other place.
r
russhwolf
11/01/2022, 1:56 PM
Oh I see. I was thinking something like Azure Artifacts which looks like it has maven support, but repos is a different thing. (I'm not super familiar with all the azure services currently) So you're saying you use Azure Repos as a private git repo that you just upload binaries to?
t
tkach13
11/02/2022, 11:58 AM
Actually We have not considered azure artifacts but we are going to try it
tkach13
11/02/2022, 11:59 AM
thanks for your answer again but i m getting Proccess failed git tag error while trying to add kmm bridge to the project 😞
r
russhwolf
11/02/2022, 12:33 PM
It would help if I could see your gradle config and the exact error message. (Better would be access to a repo where I could see the error, but I understand that might not be possible)
t
tkach13
11/03/2022, 10:49 AM
Yeah i was not creating git repo 😄 i think i missed it in documentation