what is the suggested way to wrap a long line of c...
# announcements
s
what is the suggested way to wrap a long line of chained method calls like:
val x = methodName()?.methodName()?.methodName()?.methodName()?.methodName()?.methodName()?.methodName()