Skip to content

Commit

Permalink
feat: Add core:local:base module
Browse files Browse the repository at this point in the history
Added the `core:local:base` module to the project. This module likely provides foundational functionalities for local
 data handling within the core component.
  • Loading branch information
youndon committed Nov 20, 2024
1 parent f73316d commit 6dbb9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ include(
":core:local:database",
":core:local:repository",
":core:local:datastore",
":core:local:base",
":core:network:ai",
":core:network:repository"
)
Expand Down

0 comments on commit 6dbb9a3

Please sign in to comment.