-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I am using AutoModule v0.12 with android gradle plugin v4.0.0
settings.gradle.kts:
plugins {
id("com.pablisco.gradle.automodule") version "0.12"
}
Code generated in modules.kt for module with name common-db:
val commonDb: CommonDb = CommonDb
object CommonDb : AutoModuleDependency by autoModuleDependency(":common-db")
Used in app level build.gradle (groovy dsl):
Implementation project(autoModules.commonDb)
Error:
Project with path ':commonDb' could not be found in project ':app'.
Thus my question: are module names converted to camelCase, or maybe im using it in wrong way?
Let me know if you need more info ;)
Metadata
Metadata
Assignees
Labels
No labels