backend/build.gradle.kts [19:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin { jvmToolchain(21) } tasks { withType { sourceCompatibility = "21" targetCompatibility = "21" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - shared/build.gradle.kts [13:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin { jvmToolchain(21) } tasks { withType { sourceCompatibility = "21" targetCompatibility = "21" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -