Comment faire autre chose après avoir laissé Kotlin

<expr>?.also { a ->
    // then-block
} ?: run {
    // else-block
}
Stockholm