Hello,
I wanted to ask, if it is possible to provide forbid wildcard imports and expand wildcard imports to Kotlin as well?
Currently I am using ktlint with ktlint_standard_no-wildcard-imports = disabled.
But maybe it would also be a great addition for spotless as well?
Thank you in advance.
Hello,
I wanted to ask, if it is possible to provide forbid wildcard imports and expand wildcard imports to Kotlin as well?
Currently I am using ktlint with
ktlint_standard_no-wildcard-imports = disabled.But maybe it would also be a great addition for spotless as well?
Thank you in advance.