sellmair / kompass

Kotlin Multiplatform Router for Android and iOS
MIT License
345 stars 12 forks source link

Remove confusing @SuppressLint annotations from README #44

Closed janheinrichmerker closed 5 years ago

janheinrichmerker commented 5 years ago

I suggest to remove the confusing @SuppressLint("MissingSuperCall") annotations from the README.md. The super methods are called in the samples and thus basically render the LINT annotations void.
Anyway, I would personally consider suppressing LINT warnings in samples a bad practice. I guess it was included by accident.