But I suppose, if you want to base coding conventi...
# codingconventions
a
But I suppose, if you want to base coding conventions primarily on https://android.github.io/kotlin-guides/style.html and secondarily on https://kotlinlang.org/docs/reference/coding-conventions.html it is a deviation from this rule:
Expression functions should not wrap to two lines. If an expression function grows to require wrapping, use a normal function body, a return declaration, and normal expression wrapping rules instead.
And if you view when expression function as perfectly normal, you now need to maintain your own set of coding conventions. What do you think?