I have a project with two sets of generated source...
# gradle
s
I have a project with two sets of generated sources that I would like to use one for local debugging/tests and one for deploying. The android gradle plugin creates debug and release build variants, how would I do a similar thing in a Ktor project?
e
Gradle feature variants could be a solution, you can specify different source set for per variant. https://docs.gradle.org/current/userguide/feature_variants.html