Louis CAD
Louis CAD
If Groovy DSL is detected as well since IDE auto-completion depends on it.
## The problem Adding custom dependency notations that provide the same user experience as the ones bundled in refreshVersions is not straightforward and requires to setup a Gradle plugin, and...
## ⚠️ Is your feature request related to a problem? Please describe The version placeholder is not supported for the plugins DSL, which requires the users to know the version...
- [x] Serialize the repositories from `buildSrc` and `Settings` to use them to get versions. - [x] Automatically use the most stable version if a placeholder isn't resolved. - [x]...
## Steps to reproduce Migrate a project that has `implementation 'junit:junit:4+'` in one of its `build.gradle` files. ## Result The version is added as is into the `versions.properties` file, but...
This could be part of the migration task. It'd be handy when making reproducers from Android Studio, since these still use Groovy DSL and therefore require buildSrc config to have...
Right now, included builds are treated like regular projects, which means their versions are separate from the the project that includes them. While this is great when you want to...
## Wording changes for future docs and changelogs First, we use the wording "dependency constant", but in some cases like the `Firebase` group, we are already not using actual constants...