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