Join Slack
Powered by
Hi, in Android projects, is there a way to add KSP...
# ksp
m
Miłosz Lewandowski
02/10/2021, 6:34 PM
Hi, in Android projects, is there a way to add KSP processor only to the specific build type/flavor? E.g. specify dependency in a following way:
kspRelease libs.moshi_ksp
(like
kaptRelease libs.moshi_kotlin_codegen
). That would allow us to use reflection-based artifact in debug builds and ksp processor only in release builds.
2
Views
Open in Slack
Previous
Next