backend/build.gradle.kts [16:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - implementation(project(":shared")) } kotlin { jvmToolchain(21) } tasks { withType { sourceCompatibility = "21" targetCompatibility = "21" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - frontend/build.gradle.kts [19:29]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - implementation(project(":shared")) } kotlin { jvmToolchain(21) } tasks { withType { sourceCompatibility = "21" targetCompatibility = "21" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -