From c03f963c1c7c3673b023b1dc2a687175e471538e Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Fri, 16 Feb 2018 20:35:08 -0800 Subject: [PATCH 01/18] Do not use star imports Kotlin appears to have the default option of using star imports after N imports of the same package. Turn that off. --- configs/codestyles/Square.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/codestyles/Square.xml b/configs/codestyles/Square.xml index 5aa417d..4620065 100644 --- a/configs/codestyles/Square.xml +++ b/configs/codestyles/Square.xml @@ -74,6 +74,8 @@ +