Initial commit

This commit is contained in:
Kevin Alberts 2024-12-27 01:17:26 +01:00 committed by GitHub
commit 2a6c87df54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 1398 additions and 0 deletions

6
build.gradle.kts Normal file
View file

@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.7.0" apply false
id("com.android.library") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
}