Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Delete business-logic module
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Aug 2, 2024
1 parent 4c44de5 commit 11e3f6c
Show file tree
Hide file tree
Showing 19 changed files with 263 additions and 481 deletions.
1 change: 0 additions & 1 deletion business-logic/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions business-logic/build.gradle.kts

This file was deleted.

3 changes: 0 additions & 3 deletions business-logic/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ dependencies {
ksp(libs.dagger.hilt.compiler)

implementation(projects.databaseLogic)
implementation(projects.businessLogic)
}
7 changes: 4 additions & 3 deletions database-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ dependencies {
implementation(libs.androidx.room.runtime)
ksp(libs.androidx.room.compiler)

implementation(libs.androidx.datastore)
implementation(libs.kotlinx.serialization.json)
// implementation(libs.kotlinx.serialization.json)
// implementation(libs.androidx.datastore)
// implementation("dev.medzik.android:datastore-annotations:1.0.0")
// ksp("dev.medzik.android:datastore-annotations-processor:1.0.0")

implementation(libs.dagger.hilt)
implementation(libs.hilt.navigation.compose)
ksp(libs.dagger.hilt.compiler)

implementation(libs.medzik.android.crypto)
implementation(libs.librepass.client)
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 11e3f6c

Please sign in to comment.