From 66a3fc35ef4851837eac4417d9b2d21a4796d823 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Wed, 19 Nov 2025 11:13:55 -0800 Subject: [PATCH 1/2] Explicit Kotlin import layout Specify an explicit import layout instead of relying on the Kotlin Official default. The Kotlin Official style uses `ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^`. There isn't a reason why these packages should be treated differently. The new explicit import layout changes it to `ij_kotlin_imports_layout = *`, which is for example used by ktfmt, too. --- configs/codestyles/SquareAndroid.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/codestyles/SquareAndroid.xml b/configs/codestyles/SquareAndroid.xml index 19a6fd9..a099107 100644 --- a/configs/codestyles/SquareAndroid.xml +++ b/configs/codestyles/SquareAndroid.xml @@ -99,6 +99,11 @@