hi, does anyone know if KMP supports gradle
feature variants? they are the recommended way to do
optional dependencies, and I'd like to look at using them in some of my projects, however I'd like to make sure they're supported by KMP, as some of my projects with optional dependencies use them.
ideally, I'd be able to use feature variants on both common targets (eg. a feature variant which applies to all platforms, such as optional support for another kotlin library) as well as a platform target (eg. a feature variant which applies only to the jvm platform, such as optional support for a specific java library)