You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
I clone explain from github.
I have added key to this project.
But I just build have some error. Help em check it
Also. I have add more config user and pass in settings.gradle.kts
fun RepositoryHandler.tomtomArtifactory() {
maven("https://repositories.tomtom.com/artifactory/maven") {
credentials {
username = extra["repositoriesTomtomComUsername"].toString()
password = extra["repositoriesTomtomComPassword"].toString()
}
content { includeGroupByRegex("com\\.tomtom\\..+") }
}
}
The use and pass I use information to login on https://developer.tomtom.com/
Thanks.
This is some error I have copy from androidstudio.
Thanks
Execution failed for task ':usecase:mergeDebugResources'.
I clone explain from github.
I have added key to this project.
But I just build have some error. Help em check it
Also. I have add more config user and pass in settings.gradle.kts
This is some error I have copy from androidstudio.
Thanks
Execution failed for task ':usecase:mergeDebugResources'.