What is a recommended way to write simple test to ...
# ksp
m
What is a recommended way to write simple test to KSP plugin? I've played with
"com.github.tschuchortdev:kotlin-compile-testing
a little bit, but not success yet. It works well with kotlinc plugins, even debugging is possible ...
y
that is what we use as well. though you need the
ksp
module from that project
com.github.tschuchortdevkotlin compile testing ksp1.3.6
m
Oh, my bad. its well documented on project's page. Anyway, Thank you for your answer 🙂
I wouldn't come up with an idea to check it if the testing project implements separate module for ksp too
y
honestly, i disagree w/ the author of that project on how ksp is isolated but this was the common ground we could find. hopefully, once KSP is stable, that can change
130 Views