mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
refactor: selectively apply DAGP advice
This commit is contained in:
parent
a6fb1fd788
commit
c79b7114fb
8 changed files with 48 additions and 24 deletions
|
@ -21,11 +21,14 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core)
|
||||
api(libs.androidx.compose.runtime)
|
||||
api(libs.androidx.compose.ui)
|
||||
api(libs.kotlinx.coroutines.core)
|
||||
api(projects.core)
|
||||
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.androidx.compose.ui.util)
|
||||
implementation(libs.androidx.lifecycle.runtime)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.compose.foundation)
|
||||
implementation(libs.androidx.compose.ui.unit)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue