From 9a8ac88d96f81627d812d174b73762d2556e539f Mon Sep 17 00:00:00 2001 From: Mustafa Haddara Date: Wed, 30 Oct 2024 13:43:40 -0400 Subject: [PATCH] add comment about ij_kotlin_packages_to_use_import_on_demand value --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 83c987c..617421a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,5 @@ insert_final_newline = true [*.{kt,kts}] max_line_length = 200 ktlint_function_naming_ignore_when_annotated_with = Composable +# `java.util.*,kotlinx.android.synthetic.**` is the default value, we add org.junit.Assert for our unit tests ij_kotlin_packages_to_use_import_on_demand = java.util.*,kotlinx.android.synthetic.**,org.junit.Assert.* \ No newline at end of file