mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 04:07:03 +05:30
refactor: use immutable collections where flagged by Lint
This commit is contained in:
parent
d7cc55ed53
commit
b969b5f0bf
11 changed files with 22 additions and 43 deletions
|
@ -36,6 +36,7 @@ dependencies {
|
|||
implementation(libs.compose.richtext.markdown)
|
||||
implementation(libs.compose.richtext.material3)
|
||||
implementation(libs.compose.richtext.ui)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(libs.testparameterinjector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue