Kotlin Gradle

Open-source Kotlin projects categorized as Gradle

Top 23 Kotlin Gradle Projects

  • android-showcase

    💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...

    Project mention: Refactoring Multi-Module Kotlin Project With Konsist | dev.to | 2023-09-04

    Android-Showcase (Android project using Konsist)

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

    Project mention: Is mobile CI/CD real? | /r/androiddev | 2022-10-04

    Kinda. You can set up say a CI on circle ci, and on successful build and tests run it's gonna use this https://github.com/Triple-T/gradle-play-publisher to push to internal test track in play console. And that internal track is available to qa and if we get a green light we can elevate it to release manually

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • kotlin-android-template

    Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️

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

  • material-chip-view

    Material Chip view. Can be used as tags for categories, contacts or creating text clouds

  • MinecraftDev

    Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.

  • ktlint-gradle

    A ktlint gradle plugin

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • reposilite

    Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem 📦

    Project mention: A new tool-author-friendly way to distribute Gradle/Maven dependencies | /r/Kotlin | 2022-10-20
  • 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.

    Project mention: We Are Improving Library Authors’ Experience! | /r/Kotlin | 2023-01-31
  • deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

  • RocketX

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

  • GitToolBox

    GitToolBox IntelliJ plugin

  • hexagon

    Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications or APIs) that run inside a cloud platform.

  • marathon

    Cross-platform test runner written for Android and iOS projects (by Malinskiy)

  • gradle-buildconfig-plugin

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

    Project mention: Creating a java class from a gradle build task. | /r/gradle | 2023-04-11

    try this one https://github.com/gmazzo/gradle-buildconfig-plugin it supports Java, Kotlin, Groovyhttps://github.com/gmazzo/gradle-buildconfig-plugin it supports

  • Swagger Gradle Codegen

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

  • idiomatic-gradle

    How do I idiomatically structure a large build with Gradle 7.2+?

    Project mention: Android Developers Blog: Kotlin DSL is Now the Default for New Gradle Builds | /r/androiddev | 2023-04-13

    You should look into how https://github.com/jjohannes/idiomatic-gradle and similar projects handle it (nowinandroid has a good set up as well).

  • slack-gradle-plugin

    Gradle and IntelliJ build tooling used in Slack's Android repo

    Project mention: Android Developers Blog: Kotlin DSL is Now the Default for New Gradle Builds | /r/androiddev | 2023-04-13

    You can go very far with this approach. Slack has a single standardised plugin that they apply to all their android projects which exposes some high level config DSLs for those projects to configure which build features they want/need https://github.com/slackhq/slack-gradle-plugin

  • custom-floating-action-button

    This view is for replacement of standard Floating Action Button from Google Support Library. It is easy to use, customizable and you can also add text to button

  • JRAW

    The Java Reddit API Wrapper

    Project mention: The link to JRAW in the licenses is out of date. | /r/BoostForReddit | 2023-03-28

    it should be https://mattbdean.gitbooks.io/jraw

  • publish-plugin

    Gradle plugin for publishing to Nexus repositories

  • hidden-secrets-gradle-plugin

    🔒 Deeply hide secrets on Android

  • spring-petclinic-kotlin

    Kotlin version of Spring Petclinic

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

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). The latest post mention was on 2023-09-04.

Kotlin Gradle related posts

Index

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

Project Stars
1 android-showcase 6,135
2 gradle-play-publisher 4,004
3 kotlin-android-template 1,603
4 Gradle buildSrcVersions 1,582
5 material-chip-view 1,351
6 MinecraftDev 1,278
7 ktlint-gradle 1,277
8 reposilite 1,080
9 gradle-maven-publish-plugin 991
10 deep-clean 904
11 RocketX 816
12 GitToolBox 585
13 hexagon 522
14 marathon 512
15 gradle-buildconfig-plugin 480
16 Swagger Gradle Codegen 409
17 idiomatic-gradle 400
18 slack-gradle-plugin 387
19 custom-floating-action-button 387
20 JRAW 356
21 publish-plugin 348
22 hidden-secrets-gradle-plugin 341
23 spring-petclinic-kotlin 326
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev