Chains config refactoring (#311)

Generate code from chains config
This commit is contained in:
Vyacheslav
2023-09-29 13:36:34 +03:00
committed by GitHub
parent a2c5743fb2
commit ef6af898e0
80 changed files with 1527 additions and 1321 deletions

14
buildSrc/build.gradle.kts Normal file
View 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")
}