You can set your Android Studio preferences to remove all wildcard imports from Kotlin files.
- Open Android Studio Preferences:
Editor > Code Style > Kotlin - Select
Use single name importfor Top-level Symbols - Select
Use single name importfor Java Statics and Enum Members - Remove all packages from Packages to Use Import with by clicking the minus
-symbol until it saysNothing to show
For each Kotlin file, you can fix imports with Code > Optimize Imports (shortcut ⌃⌥O on Mac).
