fix: import path broken in module template (#3710)
This commit is contained in:
parent
031f79a8b3
commit
804506b91d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import extensions.setupAnvil
|
||||
import extension.setupAnvil
|
||||
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue