
Variables in Kotlin
In Kotlin, we use two keywords var and val to declare variables. The difference between these two keywords is that…
In Kotlin, we use two keywords var and val to declare variables. The difference between these two keywords is that…
If you have worked with Java, getting started with Kotlin is very easy, because Kotlin was born to improve the…
Similar to Java, when working with Kotlin, we also need to set up our IDE to write better code. In…
In this tutotial, I will show you how to create a new Gradle project with Kotlin in IntelliJ IDE! First,…
Along with Maven, Gradle is also a tool that helps us build source code easily. Gradle’s strength is that it…