forked from Olympic/NTO-2025-Android-TeamTask
feat: edit main screen - add template texts
This commit is contained in:
@@ -35,6 +35,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("androidx.compose.material3:material3:1.4.0")
|
||||
defaultComposeLibrary()
|
||||
implementation("androidx.datastore:datastore-preferences:1.1.7")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")
|
||||
@@ -48,4 +49,5 @@ dependencies {
|
||||
implementation("io.ktor:ktor-client-content-negotiation:$ktor")
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
|
||||
implementation("io.coil-kt:coil-compose:2.6.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user