prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
509 stars 129 forks source link

Parser.Builder() gives error #80

Closed japarmar closed 3 years ago

japarmar commented 3 years ago

Android studio can't find Parser.Builder() it gives error.

prof18 commented 3 years ago

Are you seeing this kind of error?

Screenshot 2020-12-07 at 08 58 18
japarmar commented 3 years ago

yes exactly same

On Mon, Dec 7, 2020 at 1:29 PM Marco Gomiero notifications@github.com wrote:

Are you seeing this kind of error? [image: Screenshot 2020-12-07 at 08 58 18] https://user-images.githubusercontent.com/9467705/101324375-737a0f00-386a-11eb-996c-8e4695fd1b53.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prof18/RSS-Parser/issues/80#issuecomment-739743703, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANEUYYHPFBDDMO2M6B6PINLSTSDOPANCNFSM4UQBXWKQ .

prof18 commented 3 years ago

Ok, got it. I'm working on a fix, but for the time being, you can fix it by adding the okhttp dependency to your project.