Skip to content

Gradle Plugin

Compare
Choose a tag to compare
@Yazan98 Yazan98 released this 05 Feb 16:05
· 41 commits to master since this release
ccc38c4

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
    }
}