Добавлены некоторые сущности и продлженеие верстки компонентов

This commit is contained in:
Michael Kits
2023-01-13 00:11:43 +03:00
parent 0500e8fb0a
commit 748a0b77a3
10 changed files with 363 additions and 122 deletions
+5
View File
@@ -28,6 +28,7 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
coreLibraryDesugaringEnabled true
}
kotlinOptions {
jvmTarget = '1.8'
@@ -67,4 +68,8 @@ dependencies {
implementation "androidx.compose.material:material-icons-extended:$compose_version"
implementation "com.google.accompanist:accompanist-swiperefresh:0.23.0"
implementation "com.google.accompanist:accompanist-navigation-animation:0.24.1-alpha"
implementation 'com.squareup.retrofit2:retrofit:2.6.4'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}