Skip to content

Instantly share code, notes, and snippets.

@romtsn
Created December 6, 2021 07:26
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 romtsn/84b2f9bdf168b077ccad63c40431c2d9 to your computer and use it in GitHub Desktop.
Save romtsn/84b2f9bdf168b077ccad63c40431c2d9 to your computer and use it in GitHub Desktop.
Bytecode Transformations: Plugin
class SentryPlugin : Plugin<Project> {
override fun apply(project: Project) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment