diff --git a/app/build.gradle.kts b/app/build.gradle.kts index aec57fe1b45..61f9f3c2952 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -204,7 +204,7 @@ dependencies { implementation("com.mikepenz:iconics-compose:5.4.0") implementation("com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar") - "fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.6") + implementation("org.burnoutcrew.composereorderable:reorderable:0.9.6") implementation("com.github.AppDevNext:ChangeLog:3.4") implementation("androidx.car.app:app:1.3.0-rc01")