fr.ligol.iconics_generator
Owner: Baptiste Lagache
This plugins generate custom IconicsFont from fontastic
https://github.com/ligol/IconicsFontGenerator
Sources: https://github.com/ligol/IconicsFontGenerator
Version 1.1-alpha1 (latest)
1.1-alpha1
Created 08 June 2018.
This plugins generate custom IconicsFont from fontastic
Add this plugin to your build using the plugins DSL:
plugins {
id("fr.ligol.iconics_generator") version "1.1-alpha1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.fr.ligol:gradle-iconics-generator:1.1-alpha1") } } apply(plugin = "fr.ligol.iconics_generator")
- Applying plugins to all subprojects .