-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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?