In order to support running multiple simultaneous flank configs, the first step is to write the yaml output file to a task specific directory. https://github.com/runningcode/fladle/blob/master/buildSrc/src/main/java/com/osacky/flank/gradle/YamlConfigWriterTask.kt#L28 Running the flank command will also need to reference this specific yaml file: https://github.com/runningcode/fladle/blob/master/buildSrc/src/main/java/com/osacky/flank/gradle/FladlePluginDelegate.kt#L90 See: https://github.com/runningcode/fladle/issues/141
In order to support running multiple simultaneous flank configs, the first step is to write the yaml output file to a task specific directory.
https://github.com/runningcode/fladle/blob/master/buildSrc/src/main/java/com/osacky/flank/gradle/YamlConfigWriterTask.kt#L28
Running the flank command will also need to reference this specific yaml file: https://github.com/runningcode/fladle/blob/master/buildSrc/src/main/java/com/osacky/flank/gradle/FladlePluginDelegate.kt#L90
See: #141