Grade wrapper task failed with kotlin dsl compilation issues

30 Views Asked by At

Grade wrapper task failed with kotlin dsl compilation issues

I have a project which needs gradle 8.x.x. so i have ran the wrapper task to generate gradlew and gradle-wrapper.properties file. but it was failing with compilation issues. I have got the " Unresolved reference: name" error while running wrapper task. the name method is not available in lower versions.

0

There are 0 best solutions below