Gradle Plugin
Gradle Plugin Dependencies
This Plugin is a Gradle Plugin to Include The Required Vortex Dependencies into Each Module
By Adding Just The Plugin Name and The Plugin Name Will Start on Each Module
and Validate them Based on Name to Add Dependencies
New Version: 2.2.1
Gradle Portal Link
Implementation
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.io.vortex.gradle.plugin.dependencies:vortex-dependencies-plugin:1.1.0"
}
}
apply plugin: "io.vortex.gradle.plugin.dependencies"
New Feature
ViewBinding Now is Supported By
vortex {
features {
isViewBindingEnabled = true
}
}