-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin Multiplatform support #116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work 🤩
I did an edit run not just on the README, but on the public API docs as well, providing suggestions wherever it made sense. 😉
} | ||
``` | ||
|
||
If you are in an Android-only project, simply add the dependency: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are in an Android-only project, simply add the dependency: | |
If you are in an Android-only project, add the dependency as usual: |
I'm not sure about this, but this might be a better phrasing.
rssparser/src/commonMain/kotlin/com/prof18/rssparser/RssParser.kt
Outdated
Show resolved
Hide resolved
rssparser/src/commonMain/kotlin/com/prof18/rssparser/internal/ChannelFactory.kt
Outdated
Show resolved
Hide resolved
rssparser/src/iosMain/kotlin/com/prof18/rssparser/RssParserBuilder.kt
Outdated
Show resolved
Hide resolved
rssparser/src/iosMain/kotlin/com/prof18/rssparser/RssParserBuilder.kt
Outdated
Show resolved
Hide resolved
rssparser/src/iosMain/kotlin/com/prof18/rssparser/RssParserBuilder.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: István Juhos <stewemetal@gmail.com>
Co-authored-by: István Juhos <stewemetal@gmail.com>
Published pre-releases that targets Android, iOS and JVM: