gradle-plugin
There are 1612 repositories under gradle-plugin topic.
JetBrains/kotlin
The Kotlin Programming Language.
GoogleContainerTools/jib
🏗 Build container images for your Java applications.
jeremylong/DependencyCheck
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
detekt/detekt
Static code analysis for Kotlin
joelittlejohn/jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
didi/booster
🚀Optimizer for mobile applications
Triple-T/gradle-play-publisher
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
GradleUp/shadow
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
bytedance/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
kezong/fat-aar-android
A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
KeepSafe/dexcount-gradle-plugin
A Gradle plugin to report the number of method references in your APK on every build.
REBOOTERS/AndroidAnimationExercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
autonomousapps/dependency-analysis-gradle-plugin
Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
MatthiasRobbers/shortbread
Android library that creates app shortcuts from annotations
Splitties/refreshVersions
Life is too short to google for dependencies and versions
zhengcx/MethodTraceMan
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
uber/okbuck
OkBuck is a gradle plugin that lets developers utilize the Buck build system on a gradle project.
JLLeitschuh/ktlint-gradle
A ktlint gradle plugin
Leaking/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
vanniktech/gradle-maven-publish-plugin
A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance.
bmuschko/gradle-docker-plugin
Gradle plugin for managing Docker images and containers.
pedrovgs/Shot
Screenshot testing library for Android
google/secrets-gradle-plugin
A Gradle plugin for providing your secrets to your Android project.
JetBrains/kotless
Kotlin Serverless Framework
vojtechhabarta/typescript-generator
Generates TypeScript from Java - JSON declarations, REST service client
icerockdev/moko-resources
Resources access for mobile (android & ios) Kotlin Multiplatform development
qq549631030/AndroidJunkCode
Android马甲包生成垃圾代码插件
fvarrui/JavaPackager
:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
Leifzhang/AndroidAutoTrack
Android Asm 插桩 教学
mannodermaus/android-junit5
Testing with JUnit 5 for Android.
researchgate/gradle-release
gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
trycatchx/RocketX
🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
arunkumar9t2/scabbard
🗡 A tool to visualize Dagger 2 dependency graphs
dorongold/gradle-task-tree
Gradle plugin that adds a 'taskTree' task that prints task dependency tree
radarsh/gradle-test-logger-plugin
A Gradle plugin for printing beautiful logs on the console while running tests
yshrsmz/BuildKonfig
BuildConfig for Kotlin Multiplatform Project