Skip to content

add support for AS code intelligent 增加主 lib 和 sub lib 之间的代码联系 #148

Closed
@wkmcyz

Description

@wkmcyz

As now we can not link code in main lib and sub libs while in development , AS can not do this because implementation is replaced by embed (Gradle plugin : 3.4.2 , Gradle : 5.5.1). This is very inconvenient because you need to switch between implementation and embed when in development or when publishing. Maybe we can find some ways to do with this and make it more convenenient 💯 .

希望增加一个方法来避免开发期间 main lib 和 sub lib 无法被 IDE 自动关联的问题(因为没有用 implementation , Gradle plugin : 3.4.2 , Gradle : 5.5.1) , 这就很苦恼了啊,必须在开发期间手动修改 embed 为 implementation , 然后等到要发布的时候在修改这些为 embed , 我寻思能不能找个办法来给它整整。

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