Skip to main content

Puzzle

Kotlin Stackoverflow error
·3 mins
Kotlin Stackoverflow Puzzle
Java interop is one of the best features of the Kotlin language, yet sometimes this also can cause unforeseen issues… Puzzle # Disclaimer, the example below is a consequence of legacy code and only serves to demonstrate a Kotlin puzzler.
A little Kotlin puzzler
·2 mins
Kotlin Lambda Puzzle
Kotlin is an incredibly enjoyable, concise and powerful programming language. Yet sometimes also a bit confusing… Puzzle # Have a look at the simple class below.