Kotlin gradle-plugin

Open-source Kotlin projects categorized as gradle-plugin

Top 23 Kotlin gradle-plugin Projects

  • kotlin

    The Kotlin Programming Language.

  • Project mention: Kotlin 2.0 RC1 | news.ycombinator.com | 2024-04-16
  • detekt

    Static code analysis for Kotlin

  • Project mention: HRV-Mart | dev.to | 2023-05-08

    In protection rules, I added build workflow in Require status checks to pass before merging. This is to ensure that before merging code in master branch, build should run successfully. I also added Jacoco Code Coverage to make sure that enough unit tests are available in project and Detekt to make sure that code in project is readable. I added them in build configuration. Even if one of them gives error, build will fail. Whenever, someone push code in pull request, build action will run and check if build is running successfully or not.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • Gradle buildSrcVersions

    Life is too short to google for dependencies and versions

  • Project mention: Dependency Managers Don't Manage Your Dependencies (2021) | news.ycombinator.com | 2023-06-19

    Lately I've been using gradle with kotlin-js and a mix of npm and jvm dependencies. There's the https://splitties.github.io/refreshVersions/ plugin that I can recommend if you are using gradle (with or without kotlin-js).

    It manages plugin dependencies, library dependencies, and version dependencies. It can use the new gradle version catalog or not if you prefer. On first use, you migrate your versions and it extracts these to a versions.properties (or your version catalog). Then whenever you run refreshVersions it indicates available new versions in comments in this file. It also indicates unused dependencies. Though for npms this is a bit harder. All you need to do is manually use the versions you want.

    I run this frequently to stay on top of upstream changes. Few software engineers realize that the testing and integration overhead with version changes multiplies (just like with other forms of change). Libraries that you haven't updated amount to technical debt that you haven't addressed. So, the workload increases massively if you don't update for a while. Staying up to date minimizes the workload. This plugin makes that super easy.

    Given that we are using kotlin-js, we have to deal with a rapidly evolving library ecosystem so we do have occasional issues that we need to work around by either downgrading or fixing some code. Whenever I can't update something, I document it in my versions.properties with a comment. Often you just have to wait for the next release or so for things to straighten out. The price of using cutting edge software.

    Kotlin-js manages a yarn lock file as well. So it properly locks dependencies. Whenever you update npm dependencies, you have to run a command to upgrade the lock file. There's also a whole mess of webpack dependencies that comes along with kotlin-js.

  • 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

  • Project mention: Recommended dependency analyzer plugin | /r/androiddev | 2023-05-05
  • ktlint-gradle

    A ktlint gradle plugin

  • Project mention: [Question] disable ktlint rules with ktlint-gradle version 12.0.2 | /r/KotlinAndroid | 2023-12-05

    buildscript { . . . dependencies { classpath 'com.android.tools.build:gradle:8.1.4' classpath "org.jlleitschuh.gradle:ktlint-gradle:12.0.2" // https://github.com/JLLeitschuh/ktlint-gradle/releases . . } } allprojects { . . . apply plugin: "org.jlleitschuh.gradle.ktlint" }

  • Shot

    Screenshot testing library for Android

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • kotless

    Kotlin Serverless Framework (by JetBrains)

  • secrets-gradle-plugin

    A Gradle plugin for providing your secrets to your Android project.

  • moko-resources

    Resources access for mobile (android & ios) Kotlin Multiplatform development

  • RocketX

    🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。

  • android-junit5

    Testing with JUnit 5 for Android.

  • paranoid

    String obfuscator for Android applications.

  • gradle-buildconfig-plugin

    A plugin for generating BuildConstants for any kind of Gradle projects: Java, Kotlin, Groovy, etc. Designed for KTS scripts.

  • Swagger Gradle Codegen

    💫 A Gradle Plugin to generate your networking code from Swagger (by Yelp)

  • mirakle

    Gradle plugin to move build process to remote machine.

  • moko-widgets

    Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development

  • gradle-errorprone-plugin

    Gradle plugin to use the error-prone compiler for Java

  • moko-kswift

    Swift-friendly api generator for Kotlin/Native frameworks

  • dependency-guard

    A Gradle plugin that guards against unintentional dependency changes.

  • compose-report-to-html

    A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.

  • grazel

    A tool to migrate Android projects from Gradle to Bazel incrementally and automatically

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Kotlin gradle-plugin related posts

Index

What are some of the best open-source gradle-plugin projects in Kotlin? This list will help you:

Project Stars
1 kotlin 47,471
2 detekt 6,020
3 gradle-play-publisher 4,062
4 Gradle buildSrcVersions 1,620
5 dependency-analysis-gradle-plugin 1,602
6 ktlint-gradle 1,387
7 Shot 1,159
8 gradle-maven-publish-plugin 1,132
9 kotless 1,132
10 secrets-gradle-plugin 1,026
11 moko-resources 985
12 RocketX 842
13 android-junit5 827
14 paranoid 660
15 gradle-buildconfig-plugin 578
16 Swagger Gradle Codegen 407
17 mirakle 401
18 moko-widgets 377
19 gradle-errorprone-plugin 348
20 moko-kswift 337
21 dependency-guard 334
22 compose-report-to-html 323
23 grazel 271

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com