Replace the hardcoded root project name with a dynamic one by using the REPO_NAME variable. This allows the project name to be easily configured and adjusted according to different environments or repository settings.
Moved REPO_NAME and related constants into Placeholders.kt to improve code organization and maintainability. The code now dynamically references these constants where needed, simplifying updates and ensuring consistency across modules. Updated relevant imports and references to accommodate these changes.