kotlin-dsl-conventions
kotlin-dsl-conventions copied to clipboard
Gradle Kotlin DSL conventional plugins
we configure the plugin like this: ``` ktlint { disabledRules.set( setOf( "import-ordering", "gradle-kotlin-dsl:gradle-kotlin-dsl-blank-lines", "gradle-kotlin-dsl:gradle-kotlin-dsl-imports", "gradle-kotlin-dsl:visibility-modifiers-own-line" ) ) version.set(libs.versions.ktlint) verbose.set(true) } ``` currently we use ktlint version: "0.43.2", when trying to...
The default input for the `ktlintScriptSourceCheck` are all `*.kts` files in the project directory. This causes all kinds of problems, especially with the new missing dependency validation. We should configure...
Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/9QYxsmUcB?organizationId=R3JhZGxl