I believe it’s a general practice in Kotlin to ret...
# ktor
o
I believe it’s a general practice in Kotlin to return non-nullable value by default, and if applicable, have an
xxxOrNull
function