init: Initial commit

This commit is contained in:
Ahmad Ansori Palembani 2025-05-19 19:21:45 +07:00
commit 0fa9a44640
25 changed files with 767 additions and 0 deletions

9
build.gradle.kts Normal file
View file

@ -0,0 +1,9 @@
allprojects {
repositories {
mavenCentral()
maven("https://repo.kord.dev/snapshots")
}
// Year.Major.Minor
version = "2025.0.0"
}