Skip to content

Commit

Permalink
Update Gradle Plugin Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 authored Feb 5, 2022
1 parent 35dcc74 commit ccc38c4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,30 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.io.vortex.gradle.plugin.dependencies:vortex-dependencies-plugin:1.0.0"
classpath "gradle.plugin.io.vortex.gradle.plugin.dependencies:vortex-dependencies-plugin:1.1.0"
}
}
apply plugin: "io.vortex.gradle.plugin.dependencies"
```

3. Each Module Should Implement The Plugin

```
apply plugin: "io.vortex.gradle.plugin.dependencies"
plugins {
id "io.vortex.gradle.plugin.dependencies" version "1.1.0"
}
```

4. If ViewBinding Enabled In The Current Module Add The Following Ext
```
vortex {
features {
isViewBindingEnabled = true
}
}
```

# Vortex Decumenetation
Coming Soon Vortex still Under Development

Expand Down

0 comments on commit ccc38c4

Please sign in to comment.