I have released a kotlin multiplatform project. it...
# feed
s
I have released a kotlin multiplatform project. it's a (nextcloud) rss news reader and I would appreciate feedback 🙂 https://github.com/SimonSchubert/NewsOut
🎉 6
👏 12
n
your code quality badge links to a different project
b
It's one of his project though. You've never pushed something that you've copy and pasted?
n
i did
s
Fixed it, thanks
👍 1
l
This is really cool! My first question was what did he use for the web client, Ktor! Nice. For the Actual.kt files, is it safe to use GlobalScope? I'm wondering if there would be a better scope to use, or if you had to use this one.
s
You are absolutely right. Global scope shouldn't be the best to use. I will try to refactor it in the next release. Any hints or a push on GitHub are very welcomed.
👍 1
d
I noticed you're not using coroutines in shared/Api.kt
Instead using callbacks
s
I will refactor the coroutine part