Skip to content

Instantly share code, notes, and snippets.

@Diolor
Created May 11, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Diolor/34441cad174483594e94e47bcfda1a1e to your computer and use it in GitHub Desktop.
Save Diolor/34441cad174483594e94e47bcfda1a1e to your computer and use it in GitHub Desktop.
// build.gradle
apply plugin: EmailPlugin
// build src file
open class EmailPlugin : Plugin<Project> {
override fun apply(project: Project) {
// DO stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment