plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation(libs.gradle.kotlin.jvm) }