The build.gradle.kts here contains this: ```plugin...
# gradle
r
The build.gradle.kts here contains this:
Copy code
plugins {
    `kotlin-dsl`
}

repositories {
    jcenter()
}