plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { implementation("com.gradle.publish:plugin-publish-plugin:1.2.1") }