Skip to content

Commit 902143d

Browse files
committed
Add Kotlin dependency to CHANGELOG
1 parent 8f6b51f commit 902143d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 1.20
22

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.
311
- Bugfix for Kotlin v2.2.20: Get parameter names via Kotlin reflection because
412
those via Java reflection have changed to include the class.
513
- Fix the breaking change in TestParameterInjector v1.19: By getting the

0 commit comments

Comments
 (0)