Dutch
01/14/2022, 12:20 AMbuild.gradle.kts
file of the sample app, I included my processor module with:
ksp(project(path = ":roomex-processor", configuration = "default"))
Without the configuration = "default"
part, I would get following error:
Cannot choose between the following variants of project :ex-processor:
- debugRuntimeElements
- releaseRuntimeElements
All of them match the consumer attributes:
Gradle file module 1: https://pastebin.com/31bjCres
Gradle file module 2: https://pastebin.com/dAh063Bm
Gradle file module 3: https://pastebin.com/K1bKbfzV