generated from rnentjes/kotlin-server-web-empty
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.
6 lines
203 B
Kotlin
6 lines
203 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
|
}
|
|
val REPO_NAME = "dummy so the gitea template compiles, please remove"
|
|
rootProject.name = "kotlin-server-web-undertow"
|