chore: finish porting build .kts to .gradle

This commit is contained in:
2026-05-13 20:19:52 +02:00
parent 8ef0cebfa9
commit e65a033704
6 changed files with 46 additions and 45 deletions

3
build.gradle Normal file
View File

@@ -0,0 +1,3 @@
plugins {
id 'com.android.library' version '8.7.2' apply false
}