try replacing `apply { pluin("kotlin") }` with ```...
# gradle
c
try replacing
apply { pluin("kotlin") }
with
Copy code
plugins {
	`kotlin-dsl`
}