cleaned structure

This commit is contained in:
tom.hempel
2025-09-18 11:55:54 +02:00
parent be47be3b82
commit 5283703f3d
65 changed files with 1511 additions and 0 deletions

18
Code/settings.gradle.kts Normal file
View File

@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
rootProject.name = "LabRecorder"
include(":app")