chore: port to Java using AI

This commit is contained in:
2026-05-13 20:17:49 +02:00
parent 2b778b4583
commit 8ef0cebfa9
46 changed files with 1585 additions and 835 deletions

View File

@@ -1,6 +1,3 @@
plugins {
id("com.android.library") version "8.7.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.25" apply false
}