Tag:kotlin
All the articles with the tag "kotlin".
Build shadow JAR for Gradle plugin with Kotlin and Kotlin DSL.
Posted on:November 12, 2022 (6 min read)Let's look at the example of the Shadow Gradle plugin settings for building the Gradle plugin with package relocation.
Running local Kotlin playground
Posted on:October 30, 2022 (8 min read)We can run small Kotlin code fragments online with the Kotlin Playground. It is also widely used in the official Kotlin documentation web-site. But we can also run it locally and customize.