Kotlin For Java Developers: #4 Type Aliases
With a type alias, you can provide an alternative name for an existing type since Kotlin 1.1:…
With a type alias, you can provide an alternative name for an existing type since Kotlin 1.1:…
Val val means the variable is immunable, it can only be assigned once and then you cant…
Hello World! Today we will be working on the Hello World with Kotlin. I will be using…
Why Am I learning Kotlin? I have always been Interested in Android Development, I started developing Android…