mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
import com.ryderbelserion.feather.feather
|
|
|
|
plugins {
|
|
id("com.ryderbelserion.feather-logic") version "0.0.1"
|
|
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
feather("0.0.1")
|
|
} |