Hi, in Android projects, is there a way to add KSP...
# ksp
m
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.