Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: monolith to dedicated features #177

Merged
merged 3 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
dependencies {
implementation(projects.data)
implementation(projects.core)
implementation(projects.common.smtpMailer)
implementation(projects.common.cliArguments)
implementation(projects.common.hashing)
implementation(projects.foundation.smtpMailer)
implementation(projects.foundation.cliArguments)
implementation(projects.foundation.hashing)

implementation(projects.infrastructure.rsocketApi)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions common/state-machine/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions common/test-utils/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading