Update build.gradle.kts

This commit is contained in:
Colt Daily 2023-02-08 09:18:56 -05:00 committed by GitHub
parent aff61bb2d9
commit c4b4207256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,10 @@ allprojects {
group = "com.game.template"
version = "1.0"
}
}
plugins.withType<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin> {
the<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension>().apply {
yarnLockMismatchReport = org.jetbrains.kotlin.gradle.targets.js.yarn.YarnLockMismatchReport.WARNING
}
}