Bartek Pacia
07/13/2024, 10:25 PMktlint
yells at me for it (and I like that). But whenever I "optimize imports" in Fleet, it uses wildcards all the time. I have the following .editorconfig
in my project root but it doesn't help:
# Copied from <https://youtrack.jetbrains.com/issue/FL-15599/No-way-of-disabling-Java-Kotlin-wildcard-imports>
[*.java]
ij_java_class_count_to_use_import_on_demand = 1024
ij_java_names_count_to_use_import_on_demand = 1024
[*.kt]
ij_kotlin_name_count_to_use_star_import = 1024
ij_kotlin_name_count_to_use_star_import_for_members = 1024
ok
07/15/2024, 11:21 AM