Explore >> Select a destination


You are here

www.liutikas.net
| | ryanharter.com
4.8 parsecs away

Travel
| | I've been using ant to build my Android projects for as long as I can remember. There are many reasons for this, like build consistency and workstation agnosticism, but you can read this article if you want to check that out. Ant is a good tool, but never offered the flexibility that I would have liked in a project. That's where Gradle steps in. After seeing all of the power of the new Gradle build system, I knew I had to convert Hashnote to Gradle.
| | blog.gradle.org
2.3 parsecs away

Travel
| | Kotlin DSL for Gradle was introduced in version 3.0 of the Gradle Build Tool in August 2016 and released as 1.0 in Gradle 5.0. Since then, its been growing in popularity and has greatly improved the authoring experience of many Gradle builds.
| | ncorti.com
4.1 parsecs away

Travel
| | How Composite Builds can simplify your Gradle build, especially if you're building a custom Gradle Plugin.
| | jakewharton.com
26.2 parsecs away

Travel
| [AI summary] A developer analyzes the frustrating inconsistency of Maven's dependency resolution versus Gradle's and implements a custom Gradle task to ensure library versions remain stable for Maven consumers.