Skip to content

Fix depends version.

Yuluo requested to merge qyl27/ktlint:main into main

The compile toolchain version in ktlint is 21 but we have newest is 22, the Gradle will download one if absent.
And the target version is 8, so the runtime should set to >=8.

Merge request reports

Loading