Slackbot
04/15/2022, 10:13 AMVampire
04/15/2022, 10:23 AMandroid { ... }
in /home/ambition/Project/SuperCryptoKart/android/build.gradle
. Unfortunately the error message is not too helpful and you need to comment out all content and comment in line by line to find where the error is or similar tactics.
One of the reasons I exclusively use Kotlin DSL and not Groovy DSL, you instantly get type-safe build scripts, compile-time type checking, better error messages, and much better IDE support.grossws
04/15/2022, 10:23 AM