Add long click support on timeline item

This commit is contained in:
ganfra 2022-11-21 12:42:42 +01:00
parent 0166702b08
commit 1fc282db98
12 changed files with 205 additions and 13 deletions

View file

@ -17,6 +17,7 @@ dependencies {
implementation(platform("androidx.compose:compose-bom:2022.10.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.material:material")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")