init
Some checks failed
CI-Android APK / build (push) Failing after 4m27s

This commit is contained in:
soraefir
2026-05-23 15:09:28 +02:00
commit 5ee2041769
129 changed files with 19835 additions and 0 deletions

8
build.gradle Normal file
View File

@@ -0,0 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '2.2.10'
}
}