Skip to content

v12.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 21:25
· 15 commits to main since this release

[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 to 2.1.20
    • Build plugin: org.jetbrains.kotlin.js to 2.1.20
    • Build plugin: com.android.application to 7.3.1
    • Sample Dependency: androidx.fragment:fragment-ktx to 1.8.6
    • Sample Dependency: com.google.android.material:material to 1.12.0
    • Sample Dependency: androidx.test:runner to 1.6.2
    • Sample Dependency: junit to 4.13.2
  • Marked KtlintInstallGitHookTask as an @UntrackedTask to prevent it from being included in the configuration cache. #862

Fixed

  • Fix addKtlintCheckGitPreCommitHook task marking the entire project root and contents as input (#837)
  • Force the pre-commit script to continue even if there is error to ensure the unstaged files are reapplied. #814
  • Fix the pre-commit hook to cope with unstaged binary files #603