Skip to content

Module name in camelCase #7

@boguszpawlowski

Description

@boguszpawlowski

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions