pluginManagement { repositories { google() mavenCentral() } } dependencyResolutionManagement { repositories { google() mavenCentral() // SDL3 and SDL3_ttf come from the official .aar packages, kept where every other SDK lives. // flatDir has no metadata, so each artifact must be named explicitly in app/build.gradle. flatDir { dirs "C:/workspace/sdk/SDL3-devel-3.4.14-android", "C:/workspace/sdk/SDL3_ttf-devel-3.2.2-android" } } } rootProject.name = "cromakga3d" include ":app"