jrgonzalez
08/09/2019, 9:29 AMjava.*
imports for Kotlin files on Android Studio (IntelliJ) when sorting / optimizing imports? For Java files there is a “Preferences - Code Style - Java - Imports - Import Layout” where I can remove the special handling of java.*
but for Kotlin I haven’t found a way to do it so I am continuously having issues with not properly sorted java imports when checking official Kotlin code style with ktlint.Joe
08/09/2019, 2:19 PMjrgonzalez
08/09/2019, 3:43 PMjava.*
. I was also wondering if there may be a way to disable that even if no UI exists for it, like by changing some configuration file.Adam Bovill
09/17/2019, 9:52 AMAdam Bovill
09/17/2019, 9:55 AMjrgonzalez
09/24/2019, 5:42 PM