Skip to content

Commit

Permalink
add comment about ij_kotlin_packages_to_use_import_on_demand value
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Oct 30, 2024
1 parent df00744 commit 9a8ac88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit 9a8ac88

Please sign in to comment.