Slackbot
02/28/2023, 1:56 PMMartin
02/28/2023, 1:58 PMMartin
02/28/2023, 1:59 PMplugins {
id("com.android.application") // or "com.android.library"
}
Aasim Bhat
02/28/2023, 1:59 PMAasim Bhat
02/28/2023, 2:00 PMMartin
02/28/2023, 2:01 PMMartin
02/28/2023, 2:02 PMVampire
02/28/2023, 3:49 PMandroid { ... }
block. My recommendation is to switch to the Kotlin DSL. You immediately get type-safe build scripts, helpful error messages opposed to what you showed, and an amazingly better IDE support.Vampire
02/28/2023, 3:50 PM