thibseisel / android-odeon

A simple but efficient music player on Android.
Apache License 2.0
68 stars 9 forks source link

Remove Kotlin wildcard imports #55

Closed thibseisel closed 1 year ago

thibseisel commented 1 year ago

These imports makes it really hard for readers and automated scripts to tell from which package a declaration is from. Ktlint forbids them.