chore(*): modernize the project
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
ThibaultBee
2026-02-04 15:13:10 +01:00
parent 529356a052
commit 5740e3f22b
15 changed files with 124 additions and 89 deletions

5
build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}