Michael Marshall
02/27/2022, 6:41 AMwhen
statements. E.g.
when (this) {
is SocketException,
is UnknownHostException,
-> ServiceException.NoNetworkException
is SocketTimeoutException -> ServiceException.TimeOutException
else -> this
}
Is there any way to add an indent before the ->
or something to make these look readable? There's just a tick box for it atm, no config options.