mapzen / eraser-map

Privacy-focused mapping application for Android
GNU General Public License v3.0
74 stars 24 forks source link

Kotlin imports... #736

Closed ecgreb closed 7 years ago

ecgreb commented 8 years ago

...are kind of a mess right now. Fortunately we now have the ability to set import order and rules in the code style settings for Kotlin.

Kotlin import rules should be updated to match Java (correct order + blank lines) and pushed to https://github.com/mapzen/java-code-styles. Imports should be organized in all .kt files.

sarahsnow1 commented 8 years ago

👍 👍 👍

sarahsnow1 commented 7 years ago

Closing as there isnt anything to update regarding this, we've got all the kotlin settings available configured.