Did anyone tried to use the composeResources module of compose desktop Gradle plugin (not
jpackage
) on non compose desktop project just to use some of the features that compose desktop provide? Like type-safe use of assets, strings and more
The reason that I'm updating a legacy project that still use Java swing and Java
p
Pablichjenkov
05/18/2024, 9:22 PM
I think the composeResource library is tied to compose at the moment. Did you get any error when trying to use it without compose?
a
Ahmed Riyadh
05/18/2024, 10:03 PM
Yes I did but I don't remember what was the issue, mostly conflicting issues
I'm pretty sure we can't use it without workarounds or some changes
But was wondering if it's possible to use it.
It would be very helpful to many legacy projects and other projects that don't use Compose desktop