com.betomorrow.xamarin.library
Owner: Gauthier
Plugin to build/package/deploy Xamarin library.
https://github.com/oliviergauthier/xam-gradle-plugins
Sources: https://github.com/oliviergauthier/xam-gradle-plugins
Version 0.3.3
0.3.3
Created 08 September 2017.
Plugin to build/package/deploy Xamarin library.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.betomorrow.xamarin.library") version "0.3.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.betomorrow.gradle:xamarin-library-plugin:0.3.3") } } apply(plugin = "com.betomorrow.xamarin.library")
- Applying plugins to all subprojects .