Gradle buildSrcVersions VS kotlin-libraries-playground

Compare Gradle buildSrcVersions vs kotlin-libraries-playground and see what are their differences.

kotlin-libraries-playground

A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions. (by LouisCAD)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Gradle buildSrcVersions kotlin-libraries-playground
8 1
1,624 181
0.5% -
8.8 0.0
3 months ago 3 months ago
Kotlin Kotlin
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Gradle buildSrcVersions

Posts with mentions or reviews of Gradle buildSrcVersions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-19.
  • Dependency Managers Don't Manage Your Dependencies (2021)
    3 projects | news.ycombinator.com | 19 Jun 2023
    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.

  • Weeks of Debugging Your Build can Save Hours of Learning Gradle
    3 projects | dev.to | 15 May 2023
    {$% embed https://github.com/splitties/refreshVersions %}
  • Gradle plugin for updating dependencies?
    4 projects | /r/Kotlin | 22 Apr 2023
    I need a Gradle plugin for managing version upgrades for dependencies. I used refreshVersions; however, I don't like how those dependencies end up in multiple files, e.g., versions.properties vs lib.versions.toml. I want something simpler. So, what do you prefer?
  • Easy way to migrate to Gradle's version catalog
    2 projects | /r/androiddev | 21 Jul 2022
    As somebody with a deep personal hatred of TOML I recommend refreshVersions https://github.com/jmfayard/refreshVersions just a million times better and will support version catalogs soon maybe
  • How to keep all the common dependencies between multiple modules in single project gradle file?
    1 project | /r/androiddev | 12 May 2022
    refreshVersions, it is literally the best
  • What is the best way to manage and organize build gradle dependencies?
    1 project | /r/androiddev | 5 Dec 2021
  • How to build a GraphQL Gateway with Spring Boot and Kotlin
    3 projects | dev.to | 14 Jun 2021
    Note that I'm using gradle refreshVersions to make it easy to keep the project up-to-date. Therefore, the versions are not defined in the build.gradle files, they are centralized in the versions.properties file. RefreshVersions is bootstrapped like this in settings.gradle.kts:
  • Unit test your knowledge ๐Ÿ’ก
    4 projects | dev.to | 28 May 2021
    Also the official sample for gradle refreshVersions

kotlin-libraries-playground

Posts with mentions or reviews of kotlin-libraries-playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-28.
  • Unit test your knowledge ๐Ÿ’ก
    4 projects | dev.to | 28 May 2021
    I remembered the experience of learning from the Kotlin Koans and wanted to have something similar. The kotlin-libraries-playgound project came out of this simple idea, and grew and grew. Today it contains samples for Apollo, CliKt, Kodein DI, Kodein DB, Exposed, Fuel, Hoplite, Klaxon, Konad, Konf, Kotlin Collections, Kotlin Faker, Kotlin IO, Kotlinpoet, Kotlin Statistics, Kotlinx Serialization, Ktor Client, Mordant, Moshi, OkHttp, OkIO, Picnic, Retrofit, Skrapeit, SqlDelight, Statemachine, ..., KoTest, Mockk, Spek, Strikt, Mockito, Junit-Jupiter, ... ...

What are some alternatives?

When comparing Gradle buildSrcVersions and kotlin-libraries-playground you can also consider the following projects:

logback-android - ๐Ÿ“„The reliable, generic, fast and flexible logging framework for Android

awesome-kotlin - A curated list of awesome Kotlin related stuff Inspired by awesome-java.

WheelView-Android

kotlin-koans-edu - Kotlin Koans for Educational Plugin and play.kotl.in

Guava - Google core libraries for Java

node-playground

sixpack-java - A Java client for the Sixpack A/B testing framework https://github.com/seatgeek/sixpack

Kategory - ฮ›rrow - Functional companion to Kotlin's Standard Library

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

kotlin-sample-app - ๐Ÿ“š Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.

AboutLibraries - AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments

tachiyomi - Free and open source manga reader for Android.