dependsOn function call is not available in gradle 8.1.0

Again, do not use any version or it might not match the one required for that Gradle version.
Just use

plugins {
    `kotlin-dsl`
}

as I mentioned.