mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
13 lines
102 B
Kotlin
13 lines
102 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
// some dependencies
|
|
}
|