Hi! Just got here from https://github.com/kotest/kotest/pull/4893. Where can I find a sample project to test with KSP? Do I need to build locally or are any Kotest snapshots published?
Bernd Prünster
07/07/2025, 12:35 PM
I want to test with our KMP projects and see how much works. Everything's open-soruce so you can poke around and, if needed. We're dependent on Kotest, so naturally we'd like to help
s
sam
07/07/2025, 1:31 PM
Oh it's oss perfect
sam
07/07/2025, 1:31 PM
Means i can update it to test
sam
07/07/2025, 1:31 PM
What's the project
b
Bernd Prünster
07/07/2025, 1:34 PM
https://github.com/a-sit-plus/signum. It will need apadtions for Kotest to run, because we were forced to stick with 6.0.0.M1, so some fully qualified class names are not up to date. If you point me to an example on how to use the new KSP-based Kotest, I'll update the project setup (and the imports) myself and report back.