Usually, the file is as simple as this: ``` plugin...
# gradle
k
Usually, the file is as simple as this:
Copy code
plugins {
    `kotlin-dsl`
}

repositories {
    jcenter()
}
Then everything should be fine afterwards