Caleb Olsson
04/07/2024, 2:12 AMVampire
04/07/2024, 9:31 AMid
. When you do not use quotes, or in the plugins block use alias
, you are not directly declaring a dependency / plugin, but you are using the version catalog feature (which I recommend using) and what you have to write depends on what you configured in the version catalog. See this for more information: https://docs.gradle.org/current/userguide/platforms.html
Also, I strongly recommend to switch to Kotlin DSL. By now it is the default, you immediately get type-safe build scripts, actually helpful error messages if you mess up the syntax, and an amazingly better IDE support if you use a good IDE like IntelliJ IDEA or Android Studio.Caleb Olsson
04/07/2024, 4:41 PM