Software Engineering Blog

for Android and Kotlin developers

kotlin

kotlin

How do Kotlin DSL libraries work?

Many new and shiny Kotlin libraries implement their own DSLs. Learn how they work and how can you implement your own.

Read
kotlin

Kotlin Smart Casting By Immutability

Kotlin type system is smart enough to smart cast our code. In this post we will try to understand how that's possible.

Read
kotlin

Annotations for your Java-friendly Kotlin code

Learn useful annotations that will help you write Kotlin code that plays nicely with Java. Maximise interoperability!

Read
kotlin

Avoiding IllegalAccessError when using Kotlin

TL;DR: be careful when using SAM conversions with Kotlin

Read