Skip to content

Commit

Permalink
refactor: Rename Core2's "compose" module into "Compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Dec 13, 2024
1 parent 8cfd53e commit 3aaf95e
Show file tree
Hide file tree
Showing 6 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 app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation(project(":Core2:Matomo"))
implementation(project(":Core2:Network"))
implementation(project(":Core2:Onboarding"))
implementation(project(":Core2:compose:Core"))
implementation(project(":Core2:Compose:Core"))
implementation(project(":FileTypes"))
implementation(kotlin("reflect"))

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ include(":Core2:Sentry")
include(":Core2:Matomo")
include(":Core2:Network")
include(":Core2:Onboarding")
include(":Core2:compose:Core")
include(":Core2:Compose:Core")
include(":FileTypes")

0 comments on commit 3aaf95e

Please sign in to comment.