prof18 / RSS-Parser

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

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

Closed prof18 closed 7 months ago

prof18 commented 7 months ago

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