Would it be worth filing a feature request to disable configuration of `kotlinOptions`/`compilerOptions` in stub gen tasks by default? Just escaped from the weeds in tracking down a duplicate compiler argument parameter being passed to the compose compiler due to not realizing that KGP automatically copies arguments from the “real” KotlinCompile task and not de-duping them
More details in this:
https://github.com/slackhq/slack-gradle-plugin/pull/193