mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-19 22:00:35 -06:00
resolve conflicts
This commit is contained in:
commit
741d8ac1ed
2 changed files with 6 additions and 2 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…
Add table
Reference in a new issue