We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b51f commit 902143dCopy full SHA for 902143d
1 file changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## 1.20
2
3
+- **New Compile-Time Dependency on Kotlin:** The library now includes a
4
+ compile-time dependency on the **Kotlin Standard Library (`kotlin-stdlib`)**
5
+ and **Kotlin Reflection (`kotlin-reflect`)**. This is required to properly
6
+ support Kotlin tests (see the next two changes).
7
+
8
+ If this dependency is causing problems, please let us know by raising an
9
+ issue. If there is enough need for this, we can justify adding an extra
10
+ artefact that omits the Kotlin part.
11
- Bugfix for Kotlin v2.2.20: Get parameter names via Kotlin reflection because
12
those via Java reflection have changed to include the class.
13
- Fix the breaking change in TestParameterInjector v1.19: By getting the
0 commit comments