Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce the import order consistent with the project policy (#1355)
### What's done: * As of now, there's the following order of imports: * `android.*`, `androidx.*`, `com.android.*`, * `org.cqfn.diktat.*`, * all other imports, * `java.*`, `javax.*`, * `kotlin.*`, `kotlinx.*`. * Additionally, `kotlin.code.style` property set to `official` in `pom.xml`. * See <https://kotlinlang.org/docs/code-style-migration-guide.html#in-maven> for more details.
- Loading branch information