initial build

This commit is contained in:
2026-06-24 13:08:48 -05:00
parent 3b14b7d8e6
commit 564234c199
26 changed files with 1180 additions and 0 deletions

17
settings.gradle.kts Normal file
View File

@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "KX-Bridge"
include(":app")