nl.colorize.gradle.application
Owner: Colorize
Gradle plugin to build native applications for Mac, iOS, Android, and Windows.
Sources: https://github.com/colorizenl/gradle-application-plugin
Version 2022.2.1
2022.2.1
Created 05 March 2022.
Gradle plugin to build native applications for Mac, iOS, Android, and Windows.
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.colorize.gradle.application") version "2022.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("nl.colorize:gradle-application-plugin:2022.2.1") } } apply(plugin = "nl.colorize.gradle.application")
- Applying plugins to all subprojects .