Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ktlint-gradle-12.3.0.jar | 2025-05-22 | 2.3 MB | |
README.md | 2025-05-22 | 1.3 kB | |
v12.3.0 source code.tar.gz | 2025-05-22 | 244.1 kB | |
v12.3.0 source code.zip | 2025-05-22 | 385.5 kB | |
Totals: 4 Items | 2.9 MB | 0 |
[12.3.0] - 2025-05-22
Changed
- Updated build to use Gradle version 8.13 #850
- Updated the following dependencies: #852
- Build plugin:
org.jetbrains.kotlin.jvm
to2.1.20
- Build plugin:
org.jetbrains.kotlin.js
to2.1.20
- Build plugin:
com.android.application
to7.3.1
- Sample Dependency:
androidx.fragment:fragment-ktx
to1.8.6
- Sample Dependency:
com.google.android.material:material
to1.12.0
- Sample Dependency:
androidx.test:runner
to1.6.2
- Sample Dependency:
junit
to4.13.2
- Marked
KtlintInstallGitHookTask
as an@UntrackedTask
to prevent it from being included in the configuration cache. #862