Initial commit for assignment 09

This commit is contained in:
2023-06-28 10:06:27 +02:00
commit c7b3f50a63
52 changed files with 2000 additions and 0 deletions

6
build.gradle Executable 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.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}