Random Thoughts on Using Gradle With Kotlin DSL
Since Gradle 3.0 you can [write your build scripts using Kotlin instead of Groovy][1]. I was curious, so I decided to give it a try. Here are my thoughts on the process.
Read on →
Since Gradle 3.0 you can [write your build scripts using Kotlin instead of Groovy][1]. I was curious, so I decided to give it a try. Here are my thoughts on the process.
Read on →
You’re already using Kotlin on your codebase. Maybe, you’ve even migrated to the new [Kotlin DSL for Gradle][1]. Wouldn’t it be nice if you could use Kotlin for your [git hooks][2] too?
Read on →