Hello good people!
I have been trying to change Kotlin code style in Android Studio. Specifically, I want empty methods to be in one line. In Java code style, there is an option under "Keep when formatting" - "Simple methods in one line". But in Kotlin code style, there is none.
Does anybody know how to achieve that ?