bernaferrari / GradleKotlinConverter

Convert from Groovy to Kotlin DSL for Gradle, focused on Android.
https://gradle-kotlin-converter.vercel.app
Apache License 2.0
921 stars 61 forks source link

Conversion of compileGroovy is invalid #63

Open simaotwx opened 1 year ago

simaotwx commented 1 year ago
compileGroovy {
    dependsOn.clear()
}

is left untouched.

I don't know what it should be but it's incorrect:

Expression 'compileGroovy' cannot be invoked as a function. The function 'invoke()' is not found