Join Slack
Powered by
I have a project with two sets of generated source...
# gradle
s
Sean Proctor
03/09/2022, 12:49 PM
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
El Zhang
03/11/2022, 3:25 AM
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
2
Views
Open in Slack
Previous
Next