排序
JvmOverloads – An essential annotation for Kotlin/Java interrop
JvmOverloads - An essential annotation for Kotlin/Java interrop,When I first began writing Kotlin, one of my favorite benefits was default arguments. This is a way for you to creat...
Simple, yet powerful features of Kotlin
Simple, yet powerful features of Kotlin,I read about Kotlin, the simple, yet powerful language which can be Java alternative years ago when Jetbrains released their initial version...
generic types and variance in kotlin compared to java
generic types and variance in kotlin compared to java,Have a look at my blog, I really appreciate your feedback, leave a comment and follow if you like :) https://kotlinexpertise.c...
Hi, I’m Mohit Rajput
Hi, I'm Mohit Rajput,I have been coding for three years. You can find me on Twitter as @MohitRajput987 You can find me on Github as @MohitRajput987 I live in India. I work for Our ...
Spring Boot: Hello World, Kotlin
Spring Boot: Hello World, Kotlin,In this post I show how you can create a Spring Boot 1.5 application using Kotlin 1.1 (as opposed to typically Java 8 in these times). From moelhol...
Kotlin by examples: Class and Properties
Kotlin by examples: Class and Properties,I've been using Kotlin in the last few months and I'm very pleased with it! For people who don't know it, it's a language built by JetBrain...
Create Executable Kotlin JARs, using Gradle
Create Executable Kotlin JARs, using Gradle,This article was originally posted in my blog Kotlin is great for creating small command-line utilities, which can be packaged and distr...
Data classes in Kotlin
Data classes in Kotlin,(Crazy busy day today, so simple article to meet my quota. Sorry) I mentioned before about Kotlin being significantly streamlined as compared to Java. And on...
Why I prefer Kotlin
Why I prefer Kotlin,I've been an enterprise Java developer for a little over 10 years, and I've been using Java for just over 16 years - back when Java 1.3 was the latest and great...