prof18 / RSS-Parser

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

Move from nullable parameter to default values in the constructor #135

Closed prof18 closed 11 months ago

prof18 commented 11 months ago

Use default parameters in the constructor of RssParserBuilder instead of nullable values.