buildscript { repositories { gradlePluginPortal() google() mavenCentral() } dependencies { classpath(libs.bundles.plugins) } } allprojects { repositories { google() mavenCentral() } group = "com.game.template" version = "1.0" } plugins.withType { the().apply { yarnLockMismatchReport = org.jetbrains.kotlin.gradle.targets.js.yarn.YarnLockMismatchReport.WARNING } }