Initial commit (history reset)

This commit is contained in:
2025-09-16 23:14:24 +02:00
commit 2cc988925a
396 changed files with 71058 additions and 0 deletions

14
settings.gradle Normal file
View File

@@ -0,0 +1,14 @@
pluginManagement {
plugins {
id 'com.palantir.git-version' version '4.0.0' // Define the plugin version globally
}
}
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'ZeroEcho'
include('app', 'lib', 'samples')