pluginManagement { repositories { google() gradlePluginPortal() mavenCentral() } } rootProject.name = "littlekt-game-template" include("game") enableFeaturePreview("VERSION_CATALOGS")