You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prof18 Any reason for dropping Java support? I understand limited support but fully dropping it sounds a bit too much.
I can't just magically convert my app from Java to Kotlin.
I was planning to add more extensions to your Rss-Parser but if I can't use it then I will have to pretty much re-create your library from scratch :|
because time is limited, and the ecosystem is Kotlin first now. You can still use the v5, or I've realized that you can still use the v6 from Java. You will need some Kotlin code as a wrapper to transform into CompletableFuture or ListeneableFuture. I've added some docs about it and a sample.
Can you please provide sample code to use v6 version in Java (not Kotlin)?
I am trying to migrate from v5 and am failing at the
feed fetching
step.The text was updated successfully, but these errors were encountered: