android: Disable import-ordering ktlint check
This commit is contained in:
		| @@ -169,7 +169,8 @@ ktlint { | ||||
|     disabledRules.set( | ||||
|         setOf( | ||||
|             "no-wildcard-imports", | ||||
|             "package-name" | ||||
|             "package-name", | ||||
|             "import-ordering" | ||||
|         ) | ||||
|     ) | ||||
|     reporters { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user