#kotlin
Read more stories on Hashnode
Articles with this tag
Kotlin uses the standard Java collection classes. Kotlin doesn’t have its own set of collection classes. All of your existing knowledge about Java...
Component1():- This method returns 1st element from the given array. >>>val languages = arrayOf<String>("java","python",...
Intro:- Arrays in Kotlin are used to store multiple values having the same data types in a group. Arrays are represented by a pair of square brackets...
"Alpas is a batteries-included, yet a modular, web framework for Kotlin with a very strong focus on developers' productivity. " Installation...