Skip to content

Instantly share code, notes, and snippets.

@bowserf
Last active March 30, 2023 19:45
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 bowserf/802f34feff9e5feb75ffa27242eda65f to your computer and use it in GitHub Desktop.
Save bowserf/802f34feff9e5feb75ffa27242eda65f to your computer and use it in GitHub Desktop.
class BundleReleaseFilesPlugin : Plugin<Project> {
override fun apply(target: Project) {
val extension = target.extensions.create(
"bundleReleaseFiles",
BundleReleaseFilesPluginExtension::class.java
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment