Project initialization

This commit is contained in:
Piotr Dec 2023-06-22 21:25:42 +02:00
commit 97ee629ef3
38 changed files with 698 additions and 0 deletions

6
build.gradle Normal 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 '7.4.1' apply true
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
}