Explore >> Select a destination


You are here

blog.gradle.org
| | android-developers.googleblog.com
3.6 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | scastiel.dev
5.5 parsecs away

Travel
| | The more I play with Kotlin, the more convinced I am that a combo of two of its features is vastly underrated: first, the ability to create domain-specific languages (DSL), thanks to some syntactic sugar; then, the ability to write scripts and create interpreters for them.
| | blog.blundellapps.co.uk
2.0 parsecs away

Travel
| | This post describes how you can share code between your side projects without code duplication, remote hosting or versioning.
| | andreabergia.com
25.1 parsecs away

Travel
| In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ...