Skip to content

Commit

Permalink
fix: import path broken and api dependency format
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Oct 19, 2024
1 parent 714f74a commit 2b789d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import extensions.setupAnvil
import extension.setupAnvil

plugins {
id("io.element.android-compose-library")
Expand All @@ -12,7 +12,7 @@ android {
setupAnvil()

dependencies {
api(projects.features.${ MODULE_NAME }.api)
api(projects.features.${MODULE_NAME}.api)
implementation(projects.libraries.core)
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
Expand Down

0 comments on commit 2b789d3

Please sign in to comment.