mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-25 00:30:44 -06:00
resolve conflicts
This commit is contained in:
commit
741d8ac1ed
2 changed files with 6 additions and 2 deletions
game
|
@ -111,3 +111,7 @@ android {
|
||||||
targetSdk = (findProperty("android.targetSdk") 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…
Add table
Reference in a new issue