There are no external core dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"
For now we have to exclude these from the build manually.
There are no external
coredependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.For now we have to exclude these from the build manually.