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.
-
Previous
How to use swagger to document REST API: Code first approach -
Next
Kotlin type hints in IDEA