Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[versions]
kotlin = "2.1.21"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Precompiled plugins in buildSrc apply Kotlin without specifying a version, so the version must come from the classpath. I set kotlin = "2.1.21" in libs.versions.toml so buildSrc/build.gradle can use implementation(libs.kotlin.gradle.plugin) and resolve a single, pinned Kotlin version.

managed-assertj = "3.27.4"
managed-hamcrest = "3.0"
managed-mockito = "5.20.0"
Expand Down
Loading