Slackbot
05/04/2022, 11:21 AMVampire
05/04/2022, 11:42 AMandroid { ... }
closure.
Unfortunately the Groovy DSL does not show a better error message. That's one of the reasons I greatly prefer the Kotlin DSL. There you have amazing IDE support and type-safe build scripts with proper error messages.
In Groovy DSL the best I know to investigate in your case is either to see the error or to comment out everything and comment in line by line or block by block to find the culprit.Shasya Bhatnagar
05/04/2022, 12:32 PMVampire
05/04/2022, 2:27 PMandroid { ... }
closure starts. The problem is within that closureLouis Jacomet
05/05/2022, 11:53 AMAmanda