Kotlin type inference compile error when using Akka java API

I want to use Akka java API in a Kotlin program. When i want to set onComplete callback for a akka Future, i encounter the Kotlin compiler error, while the java equivalent work nice.

Please see this question in stackoverflow.

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.