``` apply { plugin("kotlin") } ``` replace wit...
# gradle
g
Copy code
apply {
    plugin("kotlin")
}
replace with:
Copy code
apply plugin: “kotlin”