Open
Description
suspend fun bar(): String {
return "A String"
}
suspend fun foo() {
Napier.d { bar() }
}
The above code doesn't work because the lambda function isn't a suspend function.
I understand we can just use the non-lambda equivalent, but it'll be convenient if we can also call colored functions in the lamba like we do outside of it
Metadata
Metadata
Assignees
Labels
No labels