Matt Nelson
03/05/2023, 9:06 AMfeatures
expression where consumers opt-in to a feature and the build system handles it.
Anyone know how I might best achieve this?mbonnin
03/05/2023, 1:10 PMMatt Nelson
03/05/2023, 1:19 PMKotlin is different than rust though because it is published as binary, not sourceYeah that seems to be the rub. I think a modularized approach that publishes a BOM will probably suffice b/c even with variants, it will still produce
x
amount of artifacts, so./cry
mbonnin
03/05/2023, 1:24 PMval myApi = buildApi {
installFeature1()
installFeature2()
...
}
Matt Nelson
03/05/2023, 1:38 PMSha256().digest(bytes)
Vampire
03/05/2023, 3:32 PM