plugins { `kotlin-dsl` } repositories { gradlePluginPortal() } dependencies { // todo look into how to get this to follow the version in properties implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") }