ViaBackwards/buildSrc/build.gradle.kts

11 lines
166 B
Plaintext
Raw Normal View History

2021-02-18 14:34:33 +01:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
implementation("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
}