initial commit: material you calendar widget

This commit is contained in:
Damocles 2026-04-22 01:06:53 +02:00
commit be5362ad76
19 changed files with 754 additions and 0 deletions

4
build.gradle.kts Normal file
View file

@ -0,0 +1,4 @@
plugins {
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}