CrazyAuctions/buildSrc/build.gradle.kts

11 lines
170 B
Plaintext
Raw Normal View History

2024-06-16 20:38:19 +02:00
import com.ryderbelserion.feather.feather
2024-03-05 18:08:54 +01:00
plugins {
2024-06-16 20:38:19 +02:00
id("com.ryderbelserion.feather-logic") version "0.0.1"
2024-03-05 18:08:54 +01:00
2024-06-16 20:38:19 +02:00
`kotlin-dsl`
}
2024-03-05 18:08:54 +01:00
dependencies {
2024-06-16 20:38:19 +02:00
feather("0.0.1")
2024-03-05 18:08:54 +01:00
}