plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21") }