Suspend function in interface

From design prospective, is it advised to have suspend function in interface?

In a Kotlin project, I don’t see any issue for that.