refactor(build): centralize JVM toolchain configuration in root build.gradle.kts
Removed redundant `jvmToolchain(25)` declarations across module build scripts, as the JVM toolchain is now managed centrally. Added comments for clarity.
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(25)
|
||||
// Toolchain is now handled centrally in the root build.gradle.kts
|
||||
|
||||
// Target platforms
|
||||
jvm {
|
||||
|
||||
Reference in New Issue
Block a user