Converting Gradle's Groovy script to Kotlin
A post containing sample Groovy scripts and their equivalent Kotlin representations, just to serve as a quick reference when such conversion is needed again. Read more...
A post containing sample Groovy scripts and their equivalent Kotlin representations, just to serve as a quick reference when such conversion is needed again. Read more...
While learning Kotlin, I discovered a surprising syntax quirk that has a potential to produce serious bugs, especially if you are coming to Kotlin from languages like Java, C#, Python or JavaScript. Read more...