You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The android-complete project contains the source code and this reference document for the custom gradle plugin that the Microsoft identity team is using to share tasks and configuration between multiple builds for our libraries.
NOTE: The plugin is specifically to extend/configure android projects. As a result the android gradle plugin must be applied to your project in order to apply this plugin. If there is interest we may consider making a version independent of android gradle plugin.
//Add the plugin
plugins {
id 'com.microsoft.identity.buildsystem' version '0.0.1'
}
//Configure the plugin
buildSystem {
desugar =true
}