Nelson Osacky
Nelson Osacky
Unfortunately, this is still [blocked by this](https://github.com/google/ksp/issues/861). KSP requires variant support in order for this workaround to work otherwise we will have overlapping outputs and the caching will still be...
Thanks for the suggestion. What is the purpose of applying the plugin to a module without tests?
The formatting looks funny! But PRs welcome!
You can use `configs` and add an extra task/configuration for each variant. Does that work for you? See doc here: https://runningcode.github.io/fladle/configuration/#configs
You can also create a function to configure the extension and call that function.
Thanks for reporting. As it stands fulladle needs to scan all projects in the task action order to find out which modules to add. I will look in to seeing...
What would be the benefit? I imagine that most use cases of `configureFulladle` are run on a CI environment where configuration cache is disabled. Am I missing something.
Thanks, I just wanted to clarify in order to correctly prioritize this. I will keep this low priority as long as the configuration cache is not relocateable. Of course, PRs...
To clarify: this ticket is about configuration caching. We will not yet look in to project isolation until Gradle [has implemented all the necessary APIs to make this possible.](https://gradle.github.io/configuration-cache/#constraints_for_build_scripts_and_plugins) >...
This seems like a bug in flank. What version of flank are you using?