you could wrapped into a method that doesn't take ...
# announcements
d
you could wrapped into a method that doesn't take a
suspend
lambda
q
Into class method I can, but I wan to call builder directly. Guess it should be, coze Kotlin have 100% with java, or i misunderstood something?
about interop
d
did you already try?
suspend
is Kotlin feature and don't have any parallel with Java
☝️ 1
q
yes, was try it all this day, but still cant compile it
g
Provide any async abstraction for Java instead (CompletableFeature, Observable etc). Kotlinx.Coroutines provide such builders to easily convert coroutines back to call backs. Java cannot work with coroutines and suspend functions directly
👍 1