TIL: how to convert to Kotlin preserving git history
When we started actively using Kotlin in our project, we also started actively converting existing Java classes to Kotlin.
When we started actively using Kotlin in our project, we also started actively converting existing Java classes to Kotlin.
It’s been very depressing in Saint Petersburg because of the weather. And I just don’t have enough energy to write a technical post this week.
Jackson is one of the standard solutions in Java world when you need to serialize/deserialize your classes. Not only it supports several different data form...
In the first part of this story I explained a little bit what our project is about and how our tests used to look before Kotlin DSL was introduced.
One of the reasons why I love Kotlin so much is that thanks to Kotlin we managed to dramatically improve tests in EduTools plugin. For me writing tests turn...