Paul Dingemans
07/07/2024, 1:18 PMRudy Sulley
07/11/2024, 11:05 PMversion.set("1.3.1")
Rudy Sulley
07/11/2024, 11:58 PMdaphillips
07/24/2024, 5:04 AMRudy Sulley
07/28/2024, 7:13 AMconfigure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
version.set("1.3.1")
}
the above was the only change i had to make to get it to work
followed the docs for the remainingdaphillips
08/06/2024, 4:52 AM***/generated/***
to prevent ktlint from picking up generated source files
2. I also missed in the docs the need to update the function naming rule:
[*.{kt,kts}]
ktlint_function_naming_ignore_when_annotated_with = Composable