Add change note re: Kotlin version limit

This commit is contained in:
Chris Smowton
2022-12-10 15:32:22 +00:00
committed by GitHub
parent c7725ec37c
commit af08fe8659

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Kotlin extraction will now fail if the Kotlin version in use is at least 1.7.30. This is to ensure using an as-yet-unsupported version is noticable, rather than silently failing to extract Kotlin code and therefore producing false-negative results.