mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -07:00
fc0503d099
* update template to work with new WebGPU LittleKt 0.10.0 update * remove SNAPSHOT version of LittleKt * gradle: update to 8.5
11 lines
No EOL
196 B
Text
11 lines
No EOL
196 B
Text
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "littlekt-game-template"
|
|
include("game") |