JLLeitschuh / ktlint-gradle

A ktlint gradle plugin
MIT License
1.47k stars 162 forks source link

standard_function-expression-body is not working #773

Open Ktaewon opened 2 months ago

Ktaewon commented 2 months ago

my versions : java: 17, gradle: 8.10, kotlin: 1.7, ktlint-gradle: 12.1.1, ktlint: 1.3.1

plugins {
    id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
    ...
}
...
ktlint {
    version.set("1.3.1")
}

Is there any reason you can think of? For example, it might be conflicting with another setting, or a specific version is not supported yet.