добавление nullable функционала к компонентам. Переписанный каледарь, почти даже работает
This commit is contained in:
+9
-1
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk 32
|
||||
compileSdk 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId "ru.megboyzz.dnevnik"
|
||||
@@ -17,6 +17,7 @@ android {
|
||||
vectorDrawables {
|
||||
useSupportLibrary true
|
||||
}
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -32,6 +33,7 @@ android {
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
freeCompilerArgs = ['-Xjvm-default=compatibility']
|
||||
}
|
||||
buildFeatures {
|
||||
compose true
|
||||
@@ -75,4 +77,10 @@ dependencies {
|
||||
|
||||
//Библиотечка для рисования круговых диаграмок
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
||||
|
||||
//LazyHorizontalGrid
|
||||
implementation 'androidx.compose.foundation:foundation:1.3.1'
|
||||
|
||||
// The compose calendar library
|
||||
implementation 'com.kizitonwose.calendar:compose:2.1.1'
|
||||
}
|
||||
Reference in New Issue
Block a user