WIP: Updating build to be buildable in new Android Studio env

This commit is contained in:
2023-11-16 18:09:14 -06:00
parent 525040fb33
commit 8d0602e83a
36 changed files with 558 additions and 266 deletions

5
build.gradle.kts Normal file
View File

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