Slackbot
02/10/2023, 9:18 PMVampire
02/10/2023, 11:00 PMapplication { ... }.
Unfortunately the error is not really telling what exactly.
I strongly recommend to use the Kotlin DSL instead of the Groovy DSL.
You immediately get type-safe build scripts, much better and more helpful error messages if you mess up the syntax like you did, and amazingly better IDE support if you use a proper IDE like IntelliJ.
If you don't want to, comment out all content of application { ... } and comment it in line by line or block by block to find out where you messed up the syntax.Kaden Frisk
02/13/2023, 2:49 PMVampire
02/13/2023, 2:58 PMinit and Gradle generated invalid files, or what do you mean exactly?