Skip to content

Accessing dependencies from libraries #1

@CLOVIS-AI

Description

@CLOVIS-AI

Hi!

Great project, and congrats on making it to Kotlin Weekly!

I'm the developer of Kotlin Resources, a Gradle plugin to share static files between Gradle projects. For example, if you have a module :core that has a src/jsMain/resources directory, it allows a :app module to use these resources as if they were its own.

This plugin is purely about configuring Gradle variant-aware resolution to find resources in transitive dependencies. It also works with deployed libraries (e.g. to MavenCentral).

However, my plugin doesn't do anything to actually embed the resource in the final application, it's just to have access to it.

I think both of our plugins can go well together, so I'm interested in having some kind of collaboration between us, what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions