mirror of
https://github.com/StepanovPlaton/SSAU_Schedule.git
synced 2026-04-03 20:30:40 +04:00
Complete work
This commit is contained in:
@@ -73,6 +73,9 @@ android {
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.5.1"
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
packaging {
|
||||
resources {
|
||||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
@@ -114,4 +117,7 @@ dependencies {
|
||||
ksp(libs.androidx.room.compiler)
|
||||
|
||||
implementation(libs.androidx.room.ktx)
|
||||
|
||||
implementation(libs.androidx.glance)
|
||||
implementation(libs.androidx.glance.material)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user