-
Notifications
You must be signed in to change notification settings - Fork 655
Open
Labels
enhancement:buildEnhancement specific to the build processEnhancement specific to the build process
Description
I need to access an SQLite database for a relatively small feature in my app, and I would really hate to add 10MB to it just for this feature.
Unfortunately, the jars you release contain all the supported native binaries, which makes them quite large. Some of the native binaries I don't need at all, and others I need only for specific builds of my app (e.g. the Windows ones for the Windows build of my app).
It would be much more convenient if you released per-platform jar in addition to the all-in jar. Alternatively, at least for me, it would be enough to have a version that always uses the pure-Java implementation.
I understand that I can repackage the jar myself (that's what I'm planning to do), but still, this would be more convenient.
Metadata
Metadata
Assignees
Labels
enhancement:buildEnhancement specific to the build processEnhancement specific to the build process