Slackbot
04/26/2022, 9:16 PMVampire
04/26/2022, 9:24 PMandroid { ... } closure. Unfortunately the error reporting there is extremely bad with Groovy DSL. One reason I exclusively use Kotlin DSL nowadays. To find the problem you needed to comment out the content and readd it line by line.Tony Fletcher
04/26/2022, 9:32 PMTony Fletcher
04/26/2022, 9:33 PMTony Fletcher
04/26/2022, 9:36 PMTony Fletcher
04/26/2022, 9:38 PMVampire
04/26/2022, 11:00 PMHow can I switch to Kotlin DSL?
Basically rename the build script and append .kts and port the Groovy syntax to Kotlin syntax. But that's heavily simplified. :-D
Tony Fletcher
04/26/2022, 11:55 PM