com.xykivo.nativeextension
Owner: Dror Smolarsky
Extend native plugins
https://github.com/xykivo/tools
Sources: https://github.com/xykivo/tools
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xykivo.nativeextension") version "0.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xykivo.nativeextension:native_extension:0.0.0") } } apply(plugin = "com.xykivo.nativeextension")
- Applying plugins to all subprojects .