This repository has been archived on 2026-07-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
chookchat-old/server/settings.gradle.kts

6 lines
119 B
Kotlin
Raw Normal View History

2024-10-20 13:37:03 +11:00
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
2024-11-25 14:50:03 +11:00
rootProject.name = "chookchat"
2024-10-20 13:37:03 +11:00