mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-26 10:35:52 -07:00
Update build.gradle.kts
This commit is contained in:
parent
6f5295734b
commit
5694650100
1 changed files with 5 additions and 1 deletions
|
@ -111,3 +111,7 @@ android {
|
|||
targetSdk = (findProperty("android.targetSdk") as String).toInt()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension> {
|
||||
versions.webpackCli.version = "4.10.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue