14
buildSrc/build.gradle.kts
Normal file
14
buildSrc/build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.yaml:snakeyaml:1.24")
|
||||
implementation("dshackle:foundation:1.0.0")
|
||||
implementation("com.squareup:kotlinpoet:1.14.2")
|
||||
}
|
||||
Reference in New Issue
Block a user