Join Slack
Communities
Powered by
<@U6PE45XCY> beside annotations it looks like a va...
# announcements
r
raulraja
09/07/2017, 10:29 PM
@santiago
beside annotations it looks like a variance issue. This comes up frequently with interop between Java and other langs because different variance support or way to handle it in Java.
Map<String, String>
is invariant in value whereas
Map<String, ? extends String>
is covariant, presumably you had
out
somewhere in the Kotlin side.
Open in Slack
Previous
Next