Entry For a long time, I started to see that Kotlin DSL is preferred instead of traditional Groovy Scripts in Android Gradle build scripts by community. I have decided to learn more about Kotlin DSL, what are the benefits and harms of Kotlin DSL instead of Groovy? Should we convert existing projects build scripts from…
We mostly get used to use collections in daily programming with KOTLIN, but there is another brother of Collections in KOTLIN is Sequences. Sequences are pretty similar when you are writing, however there are huge differences when executing. Let’s check main differences; So, the sequences let you avoid building results of intermediate steps, therefore improving the performance…