Refactor placeholder constants into dedicated file

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.
This commit is contained in:
2024-12-01 12:12:33 +01:00
parent c2887d6724
commit 0eb853050b
6 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
# Repo name
settings.gradle.kts
**.kt
src/jvmMain/kotlin/nl/astraeus/tmpl/Placeholders.kt