How to set up Kotlin code style in IDEA

Posted by Java developer blog on June 1, 2019

In the Java world no one argues about naming conventions and code style, right?

The same thing happens in the Kotlin world. Kotlin uses the same naming convention but it is own code style.

It is easy to set up Kotlin code style in IDEA. Look at the picture below.

Then it is recommended to set an inspection to report about places that are not formatted correctly. Look at the picture below.

You could find move information in the following video.