blob: 7ce1f3b36194e5a7c1759daefa21b264ecc1fad0 [file] [log] [blame] [raw]
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
// version must be manually kept in sync with the one in root project settings.gradle.kts
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.0")
}