<@UDMBA8EQH> try to explicitly enter the type like...
# announcements
r
@Saiedmomen try to explicitly enter the type like
val x: Observable<Optional<String>> = ...
k
@Saiedmomen This is because new type inference got enabled in the IDE: https://blog.jetbrains.com/kotlin/2019/06/kotlin-1-3-40-released/. If there is a regression report it on YouTrack.
👍 1
s
Yeah that should be it. Thank you