The intent is that if the plugin requires bug fixe...
# compose
c
The intent is that if the plugin requires bug fixes between major releases the fix will be part of a Kotlin point release. We have also introduced a feature flag mechanism in the plugin that will allow use to enable or disable features in the plugin. May allow reverting a change that introduces a problem by disabling the feature flag associated with the feature.
j
remotely configured feature flags? will there be ways to override them locally for build environments that require allow-listing any remote connections?
c
They will only be configurable locally. The feature flags are provided as options on provided to the kotlin compiler which passes them to the plugin. They will also be configurable via the gradle plugin if you are using gradle. The default value of these flags depends on the version of the compiler you are using and will change only when you change versions.