I'm happy to hear that you liked it. Btw, you didn...
# ksp
y
I'm happy to hear that you liked it. Btw, you didn't need to copy that, it is already in gmaven, we just don't advertise it as a standalone library. There is always an option that we might make it more visible but this ksp-room project had enough many moving pieces and i didn't want to add more complexity.
e
sure, it’s a great start for now. It also looks like compiler-processing-testing would be really helpful to share as well, but it doesn’t seem like that artifact is published
y
Yes i actually love that testing API s. I can ask the android X folks of it is ok to publish it (it is not published because it is only necessary for testing)
e
that’d be great!
y
Meanwhile, to get a local build of it, you can remove 'publish.None' from its build file and run:
cd room && ./gradlew publish --info
to get it as a local repo (
--info
to get the repo location)
🙏 1