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.

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

  • MinecraftDev

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

  • 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" }

  • material-chip-view

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

  • SaaSHub

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

    SaaSHub logo
  • reposilite

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

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

  • 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

  • gradle-buildconfig-plugin

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

  • marathon

    Cross-platform test runner (by Malinskiy)

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

  • idiomatic-gradle

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

  • slack-gradle-plugin

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

  • Swagger Gradle Codegen

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

  • 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

  • hidden-secrets-gradle-plugin

    🔒 Deeply hide secrets on Android

  • publish-plugin

    Gradle plugin for publishing to Nexus repositories

  • JRAW

    The Java Reddit API Wrapper

  • spring-petclinic-kotlin

    Kotlin version of Spring Petclinic

  • 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 related posts

  • [Question] disable ktlint rules with ktlint-gradle version 12.0.2

    1 project | /r/KotlinAndroid | 5 Dec 2023
  • Launch event: Introducing Elide, a fast polyglot alternative to Node.js

    1 project | news.ycombinator.com | 21 Sep 2023
  • GitHub - mjovanc/github-api: Kotlin wrapper for GitHub API in an object-oriented matter.

    1 project | /r/programmingHungary | 12 Aug 2023
  • GitHub - mjovanc/github-api: Kotlin wrapper for GitHub API in an object-oriented matter.

    1 project | /r/ktor | 11 Aug 2023
  • GitHub - mjovanc/github-api: Kotlin wrapper for GitHub API in an object-oriented matter.

    1 project | /r/webdev | 11 Aug 2023
  • GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems.

    1 project | /r/programmingtools | 9 Aug 2023
  • GitHub - kryptokrona/kryptokrona-kotlin-sdk: Kryptokrona SDK in Kotlin for building decentralized private communication and payment systems.

    1 project | /r/code | 8 Aug 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 android-showcase 6,360
2 gradle-play-publisher 4,065
3 kotlin-android-template 1,696
4 Gradle buildSrcVersions 1,624
5 MinecraftDev 1,412
6 ktlint-gradle 1,392
7 material-chip-view 1,355
8 reposilite 1,221
9 gradle-maven-publish-plugin 1,141
10 deep-clean 923
11 RocketX 842
12 GitToolBox 591
13 gradle-buildconfig-plugin 582
14 marathon 554
15 hexagon 550
16 idiomatic-gradle 431
17 slack-gradle-plugin 419
18 Swagger Gradle Codegen 407
19 custom-floating-action-button 395
20 hidden-secrets-gradle-plugin 383
21 publish-plugin 380
22 JRAW 356
23 spring-petclinic-kotlin 342

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