Sourav Kumar
09/02/2025, 2:31 PMin.dummy.android
. Java files compile with package in.dummy.android
, but Kotlin requires backticks with in keyword: `package in
.dummy.android`. After adding Spotless (ktlint), I get error ktlint(standard:package-name) Package name contains a disallowed character
.
What’s the best way to handle this ? Any recommendation for large code base ? I tried to find some rules to write in .editorconfig but did not find any .Paul Dingemans
09/02/2025, 3:05 PMSourav Kumar
09/02/2025, 4:38 PM