com.gitlab.svg2ico
Owner: Mark Slater
Converts SVG images into ico
https://svg2ico.sourceforge.net
Sources: https://github.com/svg2ico/svg2ico
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gitlab.svg2ico") version "0.37"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gitlab.svg2ico:svg2ico-gradle-plugin:0.37") } } apply(plugin = "com.gitlab.svg2ico")
- Applying plugins to all subprojects .