gradle-config
gradle-config copied to clipboard
Gradle plugin to add multi-variants yaml settings to Android.
Results
4
gradle-config issues
Sort by
recently updated
recently updated
newest added
Sometimes it's good to have some shared configuration in shared library module.
Using the plugin with an empty `default.yml` file breaks the build during the `:generateDebugSettings` task with the following message : `Cannot invoke method isEmpty() on null object` This should fix...