plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2") implementation("de.undercouch:gradle-download-task:5.1.2") }