1
0

Initial commit

This commit is contained in:
2024-01-14 22:03:50 +07:00
commit f120fae9a5
6 changed files with 341 additions and 0 deletions

8
build.gradle.kts Normal file
View File

@@ -0,0 +1,8 @@
plugins {
`kotlin-dsl`
}
repositories {
google()
mavenCentral()
}