mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-25 10:11:28 -07:00
Update build.gradle.kts
This commit is contained in:
parent
6f5295734b
commit
5694650100
1 changed files with 5 additions and 1 deletions
|
@ -110,4 +110,8 @@ android {
|
|||
minSdk = (findProperty("android.minSdk") as String).toInt()
|
||||
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