Skip to content

Commit

Permalink
Rename module cr-interactors to cr-usecases
Browse files Browse the repository at this point in the history
  • Loading branch information
skywall committed Dec 9, 2019
1 parent 143ef13 commit d11a8db
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation(project(":mvvm"))
implementation(project(":dagger"))
implementation(project(":rx-usecases"))
implementation(project(":cr-interactors"))
implementation(project(":cr-usecases"))
implementation(project(":bindingadapters"))

implementation(kotlin(Deps.Kotlin.stdlib, KotlinCompilerVersion.VERSION))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(
":example",
":example-minimal",
":rx-usecases",
":cr-interactors",
":cr-usecases",
":bindingadapters",
":templates",
":mvvm-lint"
Expand Down

0 comments on commit d11a8db

Please sign in to comment.