Is it safe to enable KSP only on some submodule? S...
# ksp
d
Is it safe to enable KSP only on some submodule? So module A using KSP, but module B using KAPT. I tried it and my build success, but not sure if there any side effect from this.
n
I think it should work in theory (unless you run into some compiler bug 😕 ).
j
it should work as long as you are certain that necessary sources are generated.
d
thanks for answer, that awesome. One more question is, does parcelize and databinding is already support KSP?
j
unfortunately no.
d
ah okay thanks