Remove viewmodel/fragment references

This commit is contained in:
ganfra
2023-01-13 18:20:10 +01:00
parent 7b197e6e8b
commit 3abba8e88f
21 changed files with 0 additions and 544 deletions

View File

@@ -43,7 +43,6 @@ fun DependencyHandlerScope.composeDependencies() {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.activity:activity-compose:1.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")
implementation("com.airbnb.android:mavericks-compose:3.0.1")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation("com.airbnb.android:showkase:1.0.0-beta14")