Skip to content

Instantly share code, notes, and snippets.

@romtsn
Last active December 6, 2021 07:30
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/3a943f7e34556571a8586cd124f0cb7c to your computer and use it in GitHub Desktop.
Save romtsn/3a943f7e34556571a8586cd124f0cb7c to your computer and use it in GitHub Desktop.
Bytecode Transformations: AGP applied
project.pluginManager.withPlugin("com.android.application") {
val androidComponentsExtension =
project.extensions.getByType(AndroidComponentsExtension::class.java)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment