Skip to content

Instantly share code, notes, and snippets.

@muthuraj57
Created May 29, 2021 15:19
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 muthuraj57/63ba16506b15786bac9e48800f62b309 to your computer and use it in GitHub Desktop.
Save muthuraj57/63ba16506b15786bac9e48800f62b309 to your computer and use it in GitHub Desktop.
Wire gradle plugin setup
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.squareup.wire:wire-gradle-plugin:<version>'
}
}
apply plugin: 'com.squareup.wire'
wire {
kotlin {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment