We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f89da commit 1b5a121Copy full SHA for 1b5a121
README.md
@@ -2,3 +2,17 @@
2
3
A reflection test harness for [KSP](https://kotlinlang.org/docs/ksp-overview.html); use reflection to seamlessly test your KSP generators.
4
5
+
6
+## Getting Started
7
8
+You can check out our tests in this repo to see how to use the library (more instructions to come soon).
9
10
11
+## Contributing
12
13
+If you like ksp-reflection-testing, give us a star to help the project!
14
15
+Have you found a bug or have a suggestion? Open an [issue](https://github.com/Faire/ksp-reflection-testing/issues) and we will take a
16
+look at it as soon as possible.
17
18
+Do you want to contribute with a PR? Make sure to read our [Contributing Guide](/CONTRIBUTING.md)!
0 commit comments